RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.varCurrency Constant

Represents a Variant that holds a monetary floating point value.

Pascal
varCurrency = $0006;
C++
varCurrency = 0x0006;

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