RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItem.Destroy Destructor

Destroys an instance of TListItem.

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

Do not call Destroy directly. Instead, use Delete, which removes the item from the list view windows before freeing the associated memory. 

 

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