System.Tether.Manager.TTetheringProfile.CheckProfileIsConnected

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

Delphi

procedure CheckProfileIsConnected(const AProfile: TTetheringProfileInfo); inline;

C++

void __fastcall CheckProfileIsConnected(const TTetheringProfileInfo &AProfile);

プロパティ

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


説明

指定されたリモート プロファイルがこのプロファイルに接続されていなければ、ETetheringException 例外を発生させます。

例外メッセージは以下のとおりです。

プロファイル <名前> が接続されていません

関連項目