RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomVariantType.Destroy Destructor

Frees an instance of TCustomVariantType.

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

To free a TCustomVariantType instance, use the Free method instead. Free checks that the instance is not already nil before calling Destroy. 

Free the single instance of a TCustomVariantType descendant from the finalization section of the unit that implements the class. 

 

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