FMX.Platform.IFMXApplicationEventService.SetApplicationEventHandler

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetApplicationEventHandler(AEventHandler: TApplicationEventHandler);

C++

virtual void __fastcall SetApplicationEventHandler(TApplicationEventHandler AEventHandler) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXApplicationEventService

Description

Defines an event handler for application events.

This event provides the following arguments to its event handler:

See Also