[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Name of currency.
Source position: sysinth.inc line 128
const CurrencyString: String = '$'; |
CurrencyString is the currency symbol for the current locale. It is used by the float formatting routines. This constant is initialized by the initialization routines of the SysUtils unit.
|
Number of decimals in currency amounts. |
|
|
Format string for negative currencies. |
|
|
Format string for currencies. |
|
|
Format a string with given arguments. |
|
|
Return a string representation of a float, with a given format. |