Unit 'ActnList' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomActionList.ExecuteAction

Examines and executes the specified Action.

Declaration

Source position: actnlist.pas line 107

public function TCustomActionList.ExecuteAction(

  Action: TBasicAction

):Boolean; override;

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

TComponent.ExecuteAction