| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Name of currency.
Source position: sysinth.inc line 167
| var CurrencyString: string; | 
CurrencyString is the currency symbol for the current locale. 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.CurrencyString instead.
| 
 | 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. | |
| 
 | Storage for default settings |