Show: Delphi
C++
Display Preferences
System.SysUtils.DecimalSeparator
From XE2 API Documentation
Delphi
DecimalSeparator: Char deprecated 'Use FormatSettings.DecimalSeparator';
C++
extern PACKAGE System::WideChar DecimalSeparator _DEPRECATED_ATTRIBUTE1("Use FormatSettings.DecimalSeparator") ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| variable | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
Specifies the character used to separate the integer part from the fractional part of a number.
DecimalSeparator specifies the character used to separate the integer part from the fractional part of a floating-point value. This variable must have a value other than #0.
On Windows, the initial value is fetched from LOCALE_SDECIMAL.
Note: The DecimalSeparator variable is deprecated. Use the DecimalSeparator field of the FormatSettings global variable instead.