RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TNotebook.Destroy Destructor

Destroys the TNotebook component.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TNotebook();

Do not call Destroy directly in an application. Instead, use Free, which checks that the TNotebook reference is not nil before calling Destroy. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!