System.Tether.Manager.TTetheringManager.PairedManagers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PairedManagers: TTetheringManagerInfoList read FPairedManagers;

C++

__property TTetheringManagerInfoList* PairedManagers = {read=FPairedManagers};

Properties

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

Description

List of instances of TTetheringManagerInfo that provide information about remote managers that are paired with your manager.

See Also