System.Tether.AppProfile.TTetheringAppProfile.DoRemoteProfileUpdate
Delphi
procedure DoRemoteProfileUpdate(const AProfileId: string); virtual;
C++
virtual void __fastcall DoRemoteProfileUpdate(const System::UnicodeString AProfileId);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | System.Tether.AppProfile.pas System.Tether.AppProfile.hpp |
System.Tether.AppProfile | TTetheringAppProfile |
Description
Called when a connected remote profile notifies an update.
This method receives a single parameter, AProfileId
, which is the Identifier of the updated remote profile.
DoRemoteProfileUpdate updates the collections of Actions and Resources, and refreshes item subscriptions due to matching profile groups.
If there is an event handler associated with the OnRemoteProfileUpdate event, DoRemoteProfileUpdate calls that event handler.