System.Tether.Manager.TTetheringProfile.DoOnAfterConnect

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

Delphi

procedure DoOnAfterConnect(const AProfileInfo: TTetheringProfileInfo); virtual;

C++

virtual void __fastcall DoOnAfterConnect(const TTetheringProfileInfo &AProfileInfo);

プロパティ

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


説明

OnAfterConnectProfile イベントのディスパッチャ

リモート プロファイルが正常に TTetheringProfile オブジェクトに接続したら、DoOnAfterConnect が実行されます。

DoOnAfterConnectAProfileInfo パラメータを受け取り、リモート プロファイルについての情報を提供します。

関連項目