RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.GetLocaleFormatSettings Function

Populates a TFormatSettings data structure.

Pascal
procedure GetLocaleFormatSettings(LCID: Integer; var FormatSettings: TFormatSettings);
C++
GetLocaleFormatSettings(int LCID, TFormatSettings FormatSettings);

SysUtils

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!