System.SysUtils.FormatSettings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FormatSettings: TFormatSettings;

C++

extern DELPHI_PACKAGE TFormatSettings FormatSettings;

Properties

Type Visibility Source Unit Parent
variable public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Default format settings.

FormatSettings is a global variable. To obtain the format settings for a specific locale you can construct a TFormatSettings object. See the TFormatSettings.Create parameters.

See Also