RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItems.Destroy Destructor

Destroys an instance of TListItems.

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

Do not call Destroy directly. Instead, call Free, which verifies that the TListItems reference is not nil before calling Destroy  

Destroy~TListItems frees the list before calling the inherited destructor. 

 

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