FMX.ApplicationEvents.TActivityResultEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TActivityResultEvent = procedure (Sender: TObject; const ARequestCode: Integer; const AResultCode: Integer;
const AIntent: TIntent) of object;

C++

typedef void __fastcall (__closure *TActivityResultEvent)(System::TObject* Sender, const int ARequestCode, const int AResultCode, TIntent* const AIntent);

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.