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