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

TApplicationProperties.SetOnActionExecute

Sets the value for the OnActionExecute property.

Declaration

Source position: forms.pp line 1857

protected procedure TApplicationProperties.SetOnActionExecute(

  const AValue: TActionEvent

);

Arguments

AValue

  

New value for the OnActionExecute property.

See also

#lcl.forms.TApplicationProperties.OnActionExecute

  

Default handler for unhandled Actions.

#lcl.forms.TApplication.RemoveOnActionExecuteHandler

  

Removes the specified routine from the list of ahtActionExecute handlers for the application.

#lcl.forms.TApplication.AddOnActionExecuteHandler

  

Adds the specified routine to the list of ahtActionExecute handlers for the application.


Version 4.4 Generated 2025-11-08 Home