TComponent.ExecuteAction
Standard action execution method.
Declaration
Source position: classesh.inc line 2119
public
function ExecuteAction(Action: TBasicAction) : Boolean; Dynamic;
Description
ExecuteAction checks whether Action handles the current component, and if yes, calls the ExecuteAction method, passing itself as a parameter. The function returns True if the action handles the current component.
See also
| Name | Description |
|---|---|
| TBasicAction | Abstract base class for all Actions. |
| TBasicAction.ExecuteAction | |
| TBasicAction.HandlesTarget | Determines whether Target can be handled by this action |
| TComponent.UpdateAction | Updates the state of an action. |