RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabbedNotebook.Destroy Destructor

Destroys a tabbed notebook component.

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

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

 

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