RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Variants.ClearAnyProc Variable

Provides the support for clearing a Variant of type varAny.

Pascal
ClearAnyProc: TAnyProc;
C++
TAnyProc ClearAnyProc;

Use ClearAnyProc to clear a Variant of type varAny. Clearing a varAny Variant usually implies clearing the real value of the Variant.  

Assign a custom TAnyProc to ClearAnyProc in order to control how the varAny variants are being cleared. 

 

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