RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TNamedVariantsList.Destroy Destructor

Frees an instance of TNamedVariantsList.

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

Do not call the TNamedVariantsList destructor directly. Instead, use the Free method, which first checks whether the reference to the object is nil before calling Destroy. 

 

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