CurrencyDecimals
Number of decimals in currency amounts.
Declaration
Source position: sysinth.inc line 140
var
  CurrencyDecimals : Bytedeprecated;
Description
CurrencyDecimals is the number of decimals to be used when formatting a currency. It is used by the float formatting routines. The initialization routines of the SysUtils unit initialize this string with a value conforming to the regional preferences of the user or system regional default.
This constant is deprecated. You should use DefaultFormatSettings.CurrencyFormat instead.
See also
| Name | Description | 
|---|---|
| Byte | An unsigned 8-bits integer | 
| DecimalSeparator | Decimal point separator. | 
| DefaultFormatSettings | Storage for default settings | 
| Format | Format a string with given arguments. |