The ActionList class implements the ActionList development environment component that is used to create any equal actions for the corresponding menu items and buttons of the toolbar.
| Property name | Brief description | |
| The ActionCount property returns the number of actions in the component list. | ||
| The Actions property returns parameters of the specified action. | ||
| The Images property determines a component, which images should be used in the actions of the current component. | ||
| The Suspended property determines a state of the component and its actions. |
| Property name | Brief description | |
| ComponentCount | The ComponentCount property returns the number of child components located on the parent component. | |
| Components | The Components property returns the child component, which index is passed by the input parameter. | |
| Data | The Data property is used to store any custom data. | |
| Name | The Name property determines a component name. | |
| Tag | The compiler does not use the Tag property. The user can change the value of the Tag property and use it as he wishes. |
| Method name | Brief description | |
| The AddAction method adds the specified action to the list of actions of this component. | ||
| The RemoveAction method removes the specified action from the list of actions of this component. |
| Event name | Brief description | |
| OnExecute | The OnExecute event occurs when any action of the ActionList component is performed. | |
| OnUpdate | The OnUpdate event occurs when actions of the ActionList component are updated. |
See also: