System.SysUtils.GetLocaleFormatSettings

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure GetLocaleFormatSettings(Locale: TLocaleID; var AFormatSettings: TFormatSettings);

C++

extern DELPHI_PACKAGE void __fastcall GetLocaleFormatSettings _DEPRECATED_ATTRIBUTE1("Use TFormatSettings.Create(Locale)") (unsigned Locale, TFormatSettings &AFormatSettings);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Beschreibung

Warnung: GetLocaleFormatSettings ist veraltet. Bitte verwenden Sie TFormatSettings.Create.

Initialisiert einen TFormatSettings-Record (veraltet, verwenden Sie stattdessen TFormatSettings.Create).

GetLocaleFormatSettings weist AFormatSettings landesspezifische Informationen anhand der in LCID angegebenen Windows-Gebietsschema-ID zu. Eine TFormatSettings-Datenstruktur muss durch einen Aufruf von GetLocaleFormatSettings initialisiert werden, bevor sie mit Routinen zur String-Formatierung verwendet werden kann.

Hinweis:  Die Routine GetLocaleFormatSettings ist veraltet. Initialisieren Sie stattdessen einen TFormatSettings-Record mit TFormatSettings.Create.

Siehe auch