RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListColumn.Destroy Destructor

Destroys the list column and frees its memory.

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

Do not call Destroy. TListColumn objects are destroyed by the TListColumns object that contains them. 

Destroy eliminates the TListColumn instance and, if necessary, deletes the column from the list view control. 

 

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