System.Tether.AppProfile.TTetheringAppProfile.DoOnDisconnect

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

Delphi

procedure DoOnDisconnect(const AProfileInfo: TTetheringProfileInfo); override;

C++

virtual void __fastcall DoOnDisconnect(const System::Tether::Manager::TTetheringProfileInfo &AProfileInfo);

プロパティ

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


説明

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

System.Tether.AppProfile.TTetheringAppProfile.DoOnDisconnect は System.Tether.Manager.TTetheringProfile.DoOnDisconnect を継承しています。以下の内容はすべて System.Tether.Manager.TTetheringProfile.DoOnDisconnect を参照しています。


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

プロファイルが接続されたリモート プロファイルから切断されると、DisconnectDoOnDisconnect を呼び出します。


DoOnDisconnect は、単一のパラメータを 1 つ、AProfileInfo を受け取ります。これは、切断されたリモート プロファイルです。

DoOnDisconnect は、OnDisconnect を発生させ、そのイベント ハンドラを次の引数に渡します:

関連項目