System.Actions.TContainedAction.ActionList
Delphi
property ActionList: TContainedActionList read FActionList write SetActionList;
C++
__property TContainedActionList* ActionList = {read=FActionList, write=SetActionList};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | System.Actions.pas System.Actions.hpp |
System.Actions | TContainedAction |
Beschreibung
Enthält die Aktionsliste, zu der die Aktion gehört.