RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabSheet.Destroy Destructor

Destroys an instance of TTabSheet.

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

Do not call Destroy directly at runtime. Instead, call Free. Free verifies that the tab sheet is not nil and only then calls Destroy. Destroy removes the tab sheet from the page control and then calls the inherited Destroy method. 

 

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