System.Tether.Manager.TTetheringProfile.Manager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Manager: TTetheringManager read FManager write SetManager;

C++

__property TTetheringManager* Manager = {read=FManager, write=SetManager};

Properties

Type Visibility Source Unit Parent
property published
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile

Description

Manager associated with the profile.

When you define the Manager associated with the profile, the profile registers itself in the manager and instantiates the protocols defined in ImplementedProtocolAdapters.

Exceptions

If your profile is enabled (Enabled is True), see TTetheringTCPProtocol.StartCommunication for information about exceptions that might occur if TTetheringTCPProtocol is included among the pairs of ImplementedProtocolAdapters.

See Also