[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Name of currency.
Source position: sysinth.inc line 171
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.
|
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. |
No notes exist for this page yet.