RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.varDate Constant

Represents a Variant that holds a TDateTime value.

Pascal
varDate = $0007;
C++
varDate = 0x0007;

When a Variant is assignned a TDateTime value, it is set to the varDate 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!