System.SysUtils.TLanguages.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Name[Index: Integer]: string read GetName;

C++

__property System::UnicodeString Name[int Index] = {read=GetName};

Properties

Type Visibility Source Unit Parent
property public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TLanguages

Description

Contains the locale name at the specified position in the array.

Read Name to get the standard Windows name for a locale. For example, Name[IndexOf($0409)] returns the string English (United States).

Name is a zero-based array.

See Also