System.Tether.Manager.TTetheringProfile.DoOnAfterConnect
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 が実行されます。
DoOnAfterConnect は AProfileInfo
パラメータを受け取り、リモート プロファイルについての情報を提供します。