FMX.Platform.TApplicationEventHandler
C++
typedef bool __fastcall (__closure *TApplicationEventHandler)(TApplicationEvent AAppEvent, System::TObject* AContext);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | FMX.Platform.hpp | FMX.Platform | FMX.Platform |
Description
Type of event handler for application events.
The AAppEvent indicates the type of the event, such as TApplicationEvent.FinishedLaunching.
AContext is an object that provides additional context. Often the type of event is enough information and AContext is null.
The boolean return value is the result of whether the event was handled.