[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Provides indexed access to actions in the list by their ordinal position.
Source position: actnlist.pas line 113
public property TCustomActionList.Actions[Index: Integer] : TContainedAction |
Actions is an indexed TContainedAction property used to access an action in the list by its ordinal position. Values in Actions are maintained when the AddAction and RemoveAction methods are called.
Actions is the default property for the class instance, and the target for the TActionListEnumerator returned from the GetEnumerator method.
Use ActionCount to get the number of actions available in the internal storage for the property.
Use methods like ActionByName or IndexOfName to access an action in the list using the Name property for the component.
|
The total number of actions in the action list. |
|
|
Returns an action identified by its name. |
|
|
Gets the ordinal position for the action with the specified name. |
|
|
Gets an enumerator for actions in the action list. |
Version 4.0 | Generated 2025-05-03 | Home |