FMX.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
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TCustomAction

Beschreibung

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

FMX.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