FMX.ActnList.TAction.Text

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

Delphi

property Text: string read GetText write SetText default 0;

C++

__property Text = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TAction

説明

アクションのキャプションを表します。

FMX.ActnList.TAction.Text は FMX.ActnList.TCustomAction.Text を継承しています。以下の内容はすべて FMX.ActnList.TCustomAction.Text を参照しています。

アクションのキャプションを表します。

Text は、Caption と同様に使用される文字列を保持しています(設定されている場合)。 Text の値は、アクションのクライアントへと伝播されます。

Text は、Caption と同じです。 TextCaption を使用することができますが、下位クラスでは、Text published プロパティしか使用できないため、ほとんどの FireMonkey コンポーネントにおいて、オブジェクト インスペクタでは Text プロパティのみを表示するようになっています。

関連項目