FMX.Platform.TApplicationEventHandler

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TApplicationEventHandler = function (AAppEvent: TApplicationEvent; AContext: TObject): Boolean of object;

C++

typedef bool __fastcall (__closure *TApplicationEventHandler)(TApplicationEvent AAppEvent, System::TObject* AContext);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform

Description

Type of event handler for application events.

This event provides the following arguments:

Note: The boolean return value is only used for OpenURL event type and it is only available on iOS (at this moment).

See Also