System.SysUtils.FormatSettings

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

FormatSettings: TFormatSettings;

C++

extern DELPHI_PACKAGE TFormatSettings FormatSettings;

Eigenschaften

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


Beschreibung

Standardformateinstellungen.

FormatSettings ist eine globale Variable. Zum Ermitteln der Formateinstellungen für ein bestimmtes Gebietsschema können Sie ein TFormatSettings-Objekt erstellen. Siehe die Parameter TFormatSettings.Create.

Siehe auch