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

TApplication.OnActionExecute

Default handler for unhandled Actions.

Declaration

Source position: forms.pp line 1748

public property TApplication.OnActionExecute : TActionEvent
  read FOnActionExecute
  write FOnActionExecute;

Description

OnActionExecute is a TActionEvent property with the event handler signalled (when assigned) from the ExecuteAction method.

The AAction argument contains the TBasicAction instance executed in the event handler. Handled indicates whether the action was executed in the event handler. Set Handled to False if the action was not executed.

See also

TApplication.ExecuteAction

  

Signals an OnActionExecute handler (when assigned).

TActionEvent

  

Specifies an event handler signalled to implement an action in TCustomActionList.

TBasicAction


Version 3.2 Generated 2024-02-25 Home