CurrencyFormat
Format string for currencies.
Declaration
Source position: sysinth.inc line 149
var
CurrencyFormat : Bytedeprecated;
Description
CurrencyFormat is the default format string for positive currencies. 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 |
CurrencyDecimals | Number of decimals in currency amounts. |
CurrencyString | Name of currency. |
DefaultFormatSettings | Storage for default settings |
FloatToText | Return a string representation of a float, with a given format. |
Format | Format a string with given arguments. |
NegCurrFormat | Format string for negative currencies. |