RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.varNull Constant

Represents a Variant that holds a null value.

Pascal
varNull = $0001;
C++
varNull = 0x0001;

When a Variant is assigned a null value, it is set to the varNull 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!