System.SysUtils.GetFormatSettings

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure GetFormatSettings;

C++

extern DELPHI_PACKAGE void __fastcall GetFormatSettings(void);

Eigenschaften

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

Beschreibung

Setzt alle Datums- und Zahlenformat-Parameter auf die Anfangswerte zurück.

GetFormatSettings setzt alle Datums- und Zahlenformat-Variablen auf die Anfangswerte zurück.

Anmerkung:  Unter Windows wird GetFormatSettings automatisch als Reaktion auf WM_WININICHANGE-Botschaften aufgerufen.