FMX.ApplicationEvents.TApplicationEvents

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTApplicationEvents

Delphi

TApplicationEvents = class(TFmxObject)

Properties

Type Visibility Source Unit Parent
class public FMX.ApplicationEvents.pas 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. Thus, each event of the TApplicationEvents object is the same as the event with the same name on the Application object.