Vcl.ActnMan.TActionListItem.ActionList

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

Delphi

property ActionList: TCustomActionList read FActionList write SetActionList;

C++

__property Vcl::Actnlist::TCustomActionList* ActionList = {read=FActionList, write=SetActionList};

プロパティ

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

説明

アクションリストを指定します。

ActionList プロパティは TActionList 項目のアクションリストへの参照で,TActionListItem オブジェクトが存在するための重要な理由となります。

関連項目