System.Tether.Manager.TTetheringProfile.FindProfile

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

Delphi

function FindProfile(const AProfileId: string; var AProfileInfo: TTetheringProfileInfo): Boolean;

C++

bool __fastcall FindProfile(const System::UnicodeString AProfileId, TTetheringProfileInfo &AProfileInfo);

プロパティ

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


説明

指定された ID を持つリモート プロファイルを、マネージャリモート プロファイルのリストの中から探します。FindProfile は、該当するリモート プロファイルが見つかると、その情報を AProfileInfo に設定して True を返します。見つからなければ False を返します。

関連項目