TSysLocale

Type describing the current locale

Declaration

Source position: sysinth.inc line 172

Type
TSysLocale = record
public
  DefaultLCID : Integer;
  PriLangID : Integer;
  SubLangID : Integer;
case Byte of
1: (
public
  FarEast : Boolean;
  MiddleEast : Boolean;
);
2: (
public
  MBCS : Boolean;
  RightToLeft : Boolean;
);
end

Description

TSysLocale describes the current locale. If Fareast or MBCS is True, then the current locale uses a Multi-Byte Character Set. If MiddleEast or RightToLeft is True then words and sentences are read from right to left.

results matching ""

    No results matching ""