[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Format string for currencies.
Source position: sysinth.inc line 149
var CurrencyFormat: Byte; |
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.
|
Number of decimals in currency amounts. |
|
|
Format string for negative currencies. |
|
|
Name of currency. |
|
|
Format a string with given arguments. |
|
|
Return a string representation of a float, with a given format. |
|
|
Storage for default settings |