System.SysUtils.TFormatSettings.ThousandSeparator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ThousandSeparator: Char;

C++

System::WideChar ThousandSeparator;

Properties

Type Visibility Source Unit Parent
field public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TFormatSettings

Description

Specifies the character used to separate thousands in numbers with more than three digits to the left of the decimal separator.

ThousandSeparator is the character used to separate thousands in numbers with more than three digits to the left of the decimal separator. A value of #0 indicates that no thousand separator character should be present, even if the format string specifies it.