Data.SqlExpr.TLocaleCode
| [–] Properties | |
|---|---|
| Type: type typedef
| |
| Visibility: public | |
| Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
| Unit: Data.SqlExpr | |
| Parent: Data.SqlExpr | |
Delphi
unit Data.SqlExpr;
{$R-,T-,H+,X+}
C++
typedef int TLocaleCode;
Description
TLocaleCode identifies a locale, which imposes a sort order on data.
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.