[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Decimal point separator.
Source position: sysinth.inc line 134
var DecimalSeparator: Char; |
DecimalSeparator is used to display the decimal symbol in floating point numbers or 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.DecimalSeparator instead.
|
Thousand grouping character. |
|
|
Format a string with given arguments. |
|
|
Format a float according to a certain mask. |
|
|
Convert a float value to a string using a fixed format. |
|
|
Storage for default settings |