FMX.ApplicationEvents.TActivityResultEvent
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);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
type typedef |
public | FMX.ApplicationEvents.pas FMX.ApplicationEvents.hpp |
FMX.ApplicationEvents | FMX.ApplicationEvents |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.