System.Tether.AppProfile.TASyncRemoteActionEvent

From RAD Studio API Documentation
Jump to: navigation, search

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, TRemoteActionHandle ARemoteActionHandle, bool Success);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile System.Tether.AppProfile

Description

Type of event handler for the TTetheringAppProfile.OnASyncRemoteActionEnd event.

See Also