System.Actions.TContainedActionList.Actions
Delphi
property Actions[Index: Integer]: TContainedAction read GetAction write SetAction; default;
C++
__property TContainedAction* Actions[int Index] = {read=GetAction, write=SetAction/*, default*/};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Actions.pas System.Actions.hpp |
System.Actions | TContainedActionList |
Description
Lists the actions maintained by the action list.
Actions is an indexed property containing a list of the actions in the action list component.
Index identifies the action by index, where 0 is the index of the first action, 1 is the index of the second action, and so on. The upper limit for Index is given by the ActionCount property.