System.SysUtils.TLangRec

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TLangRec = packed record

C++

struct DECLSPEC_DRECORD TLangRec
{
public:
    System::UnicodeString FName;
    TLocaleID FLCID;
    System::UnicodeString FExt;
    System::UnicodeString FLocaleName;
};

Properties

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

Description

TLangRec declares a record used to describe a Windows locale.

The TLangRec type declares a record that holds the attributes of a Windows language. The record is mainly used internally by TLanguages.

FName holds the Windows locale name.

FLCID holds the local ID for the Windows locale.

FExt holds the recommended filename extension for the Windows locale.

See Also