FMX.ApplicationEvents.TApplicationEvents

Delphi
TApplicationEvents = class(TFmxObject)
C++
class PASCALIMPLEMENTATION TApplicationEvents : public Fmx::Types::TFmxObject
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.ApplicationEvents.pas FMX.ApplicationEvents.hpp |
FMX.ApplicationEvents | FMX.ApplicationEvents |
Description
TApplicationEvents intercepts application-level events.
Use TApplicationEvents to intercept the events of the global Application object. When you add a TApplicationEvents object to a form, the Application object forwards all events to the TApplicationEvents object.
The following four events match TApplication events: OnActionExecute, OnActionUpdate, OnException, and OnIdle