System.Tether.Manager.TTetheringProfile.IsProfileConnected
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
を返します。