[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Number of decimals in currency amounts.
Source position: sysinth.inc line 140
var CurrencyDecimals: Byte = ; |
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.
|
Format a string with given arguments. |
|
|
Decimal point separator. |
|
|
Storage for default settings |