System.SysUtils.GetFormatSettings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetFormatSettings;

C++

extern DELPHI_PACKAGE void __fastcall GetFormatSettings(void);

Properties

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

Description

Resets the date and number format parameters to initial values.

GetFormatSettings resets all date and number format variables to their initial values.

Note: On Windows, GetFormatSettings is called automatically in response to WM_WININICHANGE messages.