RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.varVariant Constant

Represents a Variant data type.

Pascal
varVariant = $000C;
C++
varVariant = 0x000C;

varVariant is principally used when using VarArrayCreate to create an array of Variants. It determines that such an arrray has unspecified Variant types. Use such an array when element contents may differ. 

 

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