Represents a Variant that can hold any value.
varAny = $0101;
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!
|