System.Tether.Manager.TTetheringManager.RegisterProfile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RegisterProfile(const AProfile: TTetheringProfile);

C++

void __fastcall RegisterProfile(TTetheringProfile* const AProfile);

Properties

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

Description

Registers the specified profile in the manager.

Usually, you do not need to call this method. When you define the Manager of a profile, the profile automatically registers itself with the manager.

The first time that you call RegisterProfile (or define the manager of a profile), the manager creates an instance of each registered adapter.

See Also