RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.varAny Constant

Represents a Variant that can hold any value.

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

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. 

 

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