RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.CurrencyDecimals Variable

CurrencyDecimals is the number of digits to the right of the decimal point in a currency amount.

Pascal
CurrencyDecimals: Byte;
C++
Byte CurrencyDecimals;

On Windows, the initial value is fetched from LOCALE_ICURRDIGITS. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!