System.Tether.Manager.TTetheringProfile.AddConnectedProfile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddConnectedProfile(const AProfileInfo: TTetheringProfileInfo); virtual;

C++

virtual void __fastcall AddConnectedProfile(const TTetheringProfileInfo &AProfileInfo);

Properties

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

Description

Adds the specified remote profile to the list of connected remote profiles.

If a remote profile with the same manager identifier and profile identifier as the specified remote profile already exists in the list of connected remote profiles, AddConnectedProfile replaces the old remote profile by the new remote profile.

See Also