System.SysUtils.TFormatSettings.DecimalSeparator

From RAD Studio API Documentation
Jump to: navigation, search

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.