[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Decimal point separator.
Source position: sysinth.inc line 95
const DecimalSeparator: Char = '.'; |
DecimalSeparator is used to display the decimal symbol in floating point numbers or currencies. It is used by the float formatting routines. This constant is initialized by the initialization routines of the SysUtils unit.
|
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. |