RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.varDate Constant

Represents a Variant that holds a TDateTime value.

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

System

When a Variant is assignned a TDateTime value, it is set to the varDate type.  

Use VarType to determine the variant type. 

 

TDateTime 

TVarType 

VarAsType 

VarType

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!