System.Tether.AppProfile.TRemoteProfileUpdateEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TRemoteProfileUpdateEvent = procedure(const Sender: TObject; const AProfileId: string) of object;

C++

typedef void __fastcall (__closure *TRemoteProfileUpdateEvent)(System::TObject* const Sender, const System::UnicodeString AProfileId);

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.OnRemoteProfileUpdate.

Siehe auch