[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Standard action execution method.
Source position: classesh.inc line 1845
public function TComponent.ExecuteAction( |
Action: TBasicAction |
):Boolean; dynamic; |
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.
|
Abstract base class for all Actions. |
|
TBasicAction.ExecuteAction |
||
|
Determines whether Target can be handled by this action |
|
|
Updates the state of an action. |