[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Standard action execution method.
Source position: classesh.inc line 1350
public function TComponent.ExecuteAction( |
Action: TBasicAction |
):Boolean; dynamic; |
ExecuteActionchecks whether Actionhandles the current component, and if yes, calls the ExecuteActionmethod, passing itself as a parameter. The function returns Trueif the action handles the current component.
|
Abstract base class for all Actions. |
|
|
Determines whether Targetcan be handled by this action |
|
UpdateAction |