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;

System

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. 

 

TVarType 

VarAsType 

VarType

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