FMX.Types.TLang.LangStr

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TLang


説明

言語へ翻訳された文字列を示します。

LangStr プロパティには、特定の言語へ翻訳されたすべての文字列に関する情報が保有されています。

関連項目