System.SysUtils.TFormatSettings.DecimalSeparator
Delphi
DecimalSeparator: Char;
C++
System::WideChar DecimalSeparator;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | TFormatSettings |
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.