Represents a Variant data type.
varVariant = $000C;
varVariant = 0x000C;
System
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.
TVarType
VarArrayCreate
VarType