System.SysUtils.TFormatSettings.Invariant

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Invariant: TFormatSettings; static;

C++

static TFormatSettings __fastcall Invariant();

Properties

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

Description

Sets the TFormatSettings to predifined standard values.

The standard values correspond to the English locale but do not set any country/region.

See Also