RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLookupList.Destroy Destructor

Destroys an instance of TLookupList.

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

Do not call Destroy directly in an application. The lookup field that uses TLookupList destroys the lookup list when it is done. 

Destroy frees all memory used to store the list of lookup values. 

 

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