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

TCustomForm.DoExecuteAction

Asks all applicable components to execute an action.

Declaration

Source position: forms.pp line 696

protected function TCustomForm.DoExecuteAction(

  ExeAction: TBasicAction

):Boolean;

Arguments

ExeAction

  

Action to execute.

Function result

True when the action was handled.

Description

First, the ActiveControl and the Form itself are asked to execute the action. Then, all child components are tried. The search stops as soon as the action is handled.


Version 3.2 Generated 2024-02-25 Home