FMX.Types.TLang.LangStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LangStr[const Index: string]: TStrings read GetLangStr;

C++

__property System::Classes::TStrings* LangStr[const System::UnicodeString Index] = {read=GetLangStr};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TLang

Description

Specifies the strings translated to a language.

The LangStr property holds information on all the strings translated to a specific language.

See Also