Vcl.ActnList.TCustomAction.ActionList
Delphi
property ActionList: TCustomActionList read GetCustomActionList write SetCustomActionList;
C++
__property TCustomActionList* ActionList = {read=GetCustomActionList, write=SetCustomActionList};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ActnList.pas Vcl.ActnList.hpp |
Vcl.ActnList | TCustomAction |
Description
Holds the action list to which the action belongs.
Vcl.ActnList.TCustomAction.ActionList inherits from System.Actions.TContainedAction.ActionList. All content below this line refers to System.Actions.TContainedAction.ActionList.
Holds the action list to which the action belongs.