RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.varAny Constant

Represents a Variant that can hold any value.

Pascal
varAny = $0101;
C++
varAny = 0x0101;

System

A variant with a varAny type is used as a placeholder for any variant value, such as when passed as a paremeter to a routine. A varAny variant cannot be directly processed - use ChangeAnyProc to convert it to a variant type that can be processed. 

 

TVarType 

ChangeAnyProc 

VarType

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