System.Tether.AppProfile.TASyncRemoteActionEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TASyncRemoteActionEvent = procedure(const Sender: TObject; const ARemoteProfileId, ARemoteActionName: string;
ARemoteActionHandle: TRemoteActionHandle; Success: Boolean) of object;

C++

typedef void __fastcall (__closure *TASyncRemoteActionEvent)(System::TObject* const Sender, const System::UnicodeString ARemoteProfileId, const System::UnicodeString ARemoteActionName, NativeUInt ARemoteActionHandle, bool Success);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile System.Tether.AppProfile


Beschreibung

Typ der Ereignisbehandlungsroutine für das Ereignis TTetheringAppProfile.OnASyncRemoteActionEnd.

Siehe auch