Vcl.ActnList.TCustomAction.ActionList

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ActionList: TCustomActionList read GetCustomActionList write SetCustomActionList;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.ActnList.pas
Vcl.ActnList.hpp
Vcl.ActnList TCustomAction

Beschreibung

Enthält die Aktionsliste, zu der die Aktion gehört.

Vcl.ActnList.TCustomAction.ActionList erbt von System.Actions.TContainedAction.ActionList. Der folgende Inhalt bezieht sich auf System.Actions.TContainedAction.ActionList.

Enthält die Aktionsliste, zu der die Aktion gehört.

Siehe auch