SysUtils.GetLocaleFormatSettings
From RAD Studio VCL Reference
Delphi Information
From SysUtils.pas
procedure GetLocaleFormatSettings(LCID: Integer; var FormatSettings: TFormatSettings);
Unit: SysUtils
Type: procedure
Visibility: public
C++ Information
From SysUtils.hpp
void __fastcall GetLocaleFormatSettings(int LCID, Sysutils::TFormatSettings & FormatSettings);
Unit: SysUtils
Type: function
Description
Populates a TFormatSettings data structure.
GetLocaleFormatSettings populates FormatSettings based on the Windows locale ID specified in LCID. A TFormatSettings data structure must be initialized by a call to GetLocaleFormatSettings before it can be used with any string formatting routines.