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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!