System.Tether.AppProfile.TTetheringAppProfile.OnRemoteProfileUpdate

From RAD Studio API Documentation
Revision as of 10:57, 6 May 2014 by Oana.sandu (talk | contribs) (Review RS-50247)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

property OnRemoteProfileUpdate: TRemoteProfileUpdateEvent read FOnRemoteProfileUpdate write FOnRemoteProfileUpdate;

C++

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

Properties

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

Description

Occurs when a connected remote profile notifies an update.

After a remote profile notifies an update, TTetheringAppProfile updates the collections of Actions and Resources, and refreshes item subscriptions due to matching profile groups. OnRemoteProfileUpdate occurs after these updates.

This event provides a single argument to its event handler, AProfileId, which is the Identifier of the updated remote profile.

See Also