System.Tether.Manager.TTetheringManager.FindRegisteredProfile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindRegisteredProfile(const AProfileId: string): TTetheringProfile;

C++

TTetheringProfile* __fastcall FindRegisteredProfile(const System::UnicodeString AProfileId);

Properties

Type Visibility Source Unit Parent
function public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManager

Description

Returns a registered profile with the specified profile identifier.

See Also