System.Tether.AppProfile.TRemoteAction.OnUpdate

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnUpdate: TNotifyEvent read FOnUpdate write FOnUpdate;

C++

__property System::Classes::TNotifyEvent OnUpdate = {read=FOnUpdate, write=FOnUpdate};

Eigenschaften

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


Beschreibung

Wird ausgelöst, wenn die Anwendung über eine Aktualisierung der Remote-Aktion informiert. Diese Anwendung stellt das Profil bereit, das die Aktion geteilt hat.

Dieses Ereignis stellt ein einziges Argument für seine Ereignisbehandlungsroutine, Sender, bereit, das die gerade aktualisierte Remote-Aktion ist.

Siehe auch