API:System.SysUtils.TSysLocale

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TSysLocale = packed record
    DefaultLCID: TLocaleID;
    PriLangID: Integer;
    SubLangID: Integer;
    FarEast: Boolean;
    MiddleEast: Boolean;
  end;

C++

struct DECLSPEC_DRECORD TSysLocale
{
public:
    unsigned DefaultLCID;
    int PriLangID;
    int SubLangID;
    bool FarEast;
    bool MiddleEast;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !