RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.varDouble Constant

Represents a Variant that holds a floating point value.

Pascal
varDouble = $0005;
C++
varDouble = 0x0005;

When a Variant is assigned a floating point value with more than 4 decimal places, it is set to the varDouble 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!