TLocaleCode identifies a locale, which imposes a sort order on data.
TLocaleCode = Integer;
int TLocaleCode;
TLocaleCode is an integer that corresponds to a locale. A locale identifies the language of a string, and character set. The TLocaleCode type corresponds to the Windows LCID, but omits an explicit sort order.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|