System.Tether.Manager.TTetheringProfile.IsProfileConnected

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

Delphi

function IsProfileConnected(const AProfileInfo: TTetheringProfileInfo): Boolean;

C++

bool __fastcall IsProfileConnected(const TTetheringProfileInfo &AProfileInfo);

プロパティ

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


説明

接続したプロファイルの中に指定のリモート プロファイルが含まれている場合は True を返し、そうでない場合は False を返します。

関連項目