Data.SqlExpr.TLocaleCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

unit Data.SqlExpr;
{$R-,T-,H+,X+}

C++

typedef int TLocaleCode;

Properties

Type Visibility Source Unit Parent
type
typedef
public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr Data.SqlExpr

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.