[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TComponent.ExecuteAction

Standard action execution method.

Declaration

Source position: classesh.inc line 1350

public function TComponent.ExecuteAction(

  Action: TBasicAction

):Boolean; dynamic;

Description

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.

See also

TBasicAction

  

Abstract base class for all Actions.

TBasicAction.ExecuteAction

TBasicAction.HandlesTarget

  

Determines whether Targetcan be handled by this action

UpdateAction