RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.varEmpty Constant

Represents a Variant that has not yet been assigned a value.

Pascal
varEmpty = $0000;
C++
varEmpty = 0x0000;

When a Variant is first created, it is set to the varEmpty type.  

Use VarType to determine the variant type. 

 

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