[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Asks all applicable components to execute an action.
Source position: forms.pp line 601
protected function TCustomForm.DoExecuteAction( |
ExeAction: TBasicAction |
):Boolean; |
ExeAction |
|
Action to execute. |
True when the action was handled.
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.
lazarus-ccr.sourceforge.net |