FMX.ApplicationEvents.TApplicationEvents.OnActionExecute
Delphi
property OnActionExecute: TActionEvent read FOnActionExecute write SetOnActionExecute;
C++
__property System::Classes::TActionEvent OnActionExecute = {read=FOnActionExecute, write=SetOnActionExecute};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FMX.ApplicationEvents.pas FMX.ApplicationEvents.hpp |
FMX.ApplicationEvents | TApplicationEvents |
Description
Occurs when an action's Execute method is called and the action list has not already handled it.
This property passes the handler directly to the Application. If using multiple instances of TApplicationEvents, then only one handler set last will work.