RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTabControl.Destroy Destructor

Destroys an instance of TCustomTabControl.

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

Do not call Destroy directly in an application. Instead, use Free. Free checks that the tab control is not nil, and only then calls Destroy. Destroy frees the tab list that holds the list of text strings for the tabs and calls the inherited destructor. 

 

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