System.Tether.Manager.TTetheringProfile.FindProfile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile

Description

Looks for a remote profile with the specified ID in the list of remote profiles of its manager. If FindProfile finds such a remote profile, it fills AProfileInfo with its information and returns True. Otherwise, it returns False.

See Also