RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDockTabSet.Destroy Destructor

Frees the memory associated with the TTabSet object.

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

Do not call Destroy directly. Instead, use the Free method, which checks that the tab set is not nil before calling Destroy. Destroy frees the TTabList object that holds the list of tabs. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!