System.Tether.AppProfile.TTetheringAppProfile.DoRemoteProfileUpdate

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure DoRemoteProfileUpdate(const AProfileId: string); virtual;

C++

virtual void __fastcall DoRemoteProfileUpdate(const System::UnicodeString AProfileId);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile


説明

接続されたリモート プロファイルが更新を通知した際に、呼び出されます。

このメソッドは、1 つのパラメータ AProfileId を受け取ります。これは、更新されたリモート プロファイルの 識別子です。

DoRemoteProfileUpdate は、Actions および Resources のコレクションを更新し、プロファイル グループのマッチングのために項目登録をリフレッシュします。

OnRemoteProfileUpdate イベントに関連づけられているイベント ハンドラがある場合、DoRemoteProfileUpdate は、そのイベント ハンドラを呼び出します。

関連項目