FMX.ActnList.TCustomAction.Caption

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

Delphi

property Caption: string read FCaption write SetCaption stored False default 0;

C++

__property Caption = {stored=false, default=0};

プロパティ

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

説明

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

Caption は、アクションのキャプションとして使用される文字列を保持しています(設定されている場合)。

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

関連項目