System.Tether.Manager.TTetheringAdapter.Manager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Manager: TTetheringManager read FManager;

C++

__property TTetheringManager* Manager = {read=FManager};

Properties

Type Visibility Source Unit Parent
property public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapter

Description

Manager associated with the adapter.

Manager is a read-only property. The first time that you register a profile in a manager, the manager creates an instance of each registered adapter and points the Manager property of each adapter to itself.

See Also