System.Tether.AppProfile.TRemoteAction.OnUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnUpdate: TNotifyEvent read FOnUpdate write FOnUpdate;

C++

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

Properties

Type Visibility Source Unit Parent
event published
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TRemoteAction

Description

Occurs when an update of the remote action is announced from the application that provides the profile that shared the action.

This event provides a single argument to its event handler, Sender, which is the remote action being updated.

See Also