RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Variants.ChangeAnyProc Variable

Provides the support for changing the type of a Variant from varAny to a real Variant.

Pascal
ChangeAnyProc: TAnyProc;
C++
TAnyProc ChangeAnyProc;

Use ChangeAnyProc to change a Variant of the varAny type to a real Variant.  

Assign a custom TAnyProc to ChangeAnyProc in order to control how the varAny Variants are being transformed to real Variants

 

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