System.Tether.Manager.TTetheringProfile.FindProfile

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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


Description

Recherche un profil distant ayant l'ID spécifié dans la liste de profils distants de son gestionnaire. Si FindProfile trouve un tel profil distant, il remplit AProfileInfo avec ses informations et renvoie True. Sinon, il renvoie False.

Voir aussi