System.Tether.AppProfile.TTetheringAppProfile.OnRemoteProfileUpdate

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnRemoteProfileUpdate: TRemoteProfileUpdateEvent read FOnRemoteProfileUpdate write FOnRemoteProfileUpdate;

C++

__property TRemoteProfileUpdateEvent OnRemoteProfileUpdate = {read=FOnRemoteProfileUpdate, write=FOnRemoteProfileUpdate};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile


Beschreibung

Wird ausgelöst, wenn ein verbundenes Remote-Profil eine Aktualisierung mitteilt.

Nachdem ein Remote-Profil eine Aktualisierung mitgeteilt hat, aktualisiert TTetheringAppProfile die Kollektion der Aktionen (Actions) und Ressourcen (Resources) und die Eintrags-Abonnements gemäß den entsprechenden Profilgruppen. OnRemoteProfileUpdate wird nach diesen Aktualisierungen ausgelöst.

Dieses Ereignis stellt ein einziges Argument für seine Ereignisbehandlungsroutine bereit, das der Bezeichner (Identifier) des aktualisierten Remote-Profils ist.

Siehe auch