FMX.ApplicationEvents.TApplicationStateChangedEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TApplicationStateChangedEvent = function (Sender: TObject; const AAppEvent: TApplicationEvent;
const AContext: TObject): Boolean of object;

C++

typedef bool __fastcall (__closure *TApplicationStateChangedEvent)(System::TObject* Sender, const Fmx::Platform::TApplicationEvent AAppEvent, System::TObject* const AContext);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.