Vcl.ActnList.TCustomAction.ActionList

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

Delphi

property ActionList: TCustomActionList read GetCustomActionList write SetCustomActionList;

C++

__property TCustomActionList* ActionList = {read=GetCustomActionList, write=SetCustomActionList};

プロパティ

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

説明

アクションが属するアクション リストを保持します。

Vcl.ActnList.TCustomAction.ActionList は System.Actions.TContainedAction.ActionList を継承しています。以下の内容はすべて System.Actions.TContainedAction.ActionList を参照しています。


アクションが属するアクション リストを保持します。


関連項目