RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColumn.Destroy Destructor

Destroys the column and frees its memory.

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

Destroy eliminates the TColumn instance along with its title (TColumnTitle), font (TFont), and pick list (TStrings). 

 

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