Vcl.ActnMan.TActionListItem.Caption

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

Delphi

property Caption: string read GetCaption write FCaption;

C++

__property System::UnicodeString Caption = {read=GetCaption, write=FCaption};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionListItem

説明

アクションリストを保持する ActionBand コンポーネントで表示される名前です。

Caption プロパティの文字列は,アクションバンドコンポーネントで ActionList プロパティを参照するときに表示される名前です。キャプションが表示されるかどうかは,関連付けられている TActionClients オブジェクトの CaptionOptions プロパティおよび関連付けられている TActionClientItem オブジェクトの ShowCaption プロパティによって制御されます。詳細については,これらのプロパティの説明を参照してください。

関連項目