System.Tether.Manager.TTetheringManager.RemoteManagers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RemoteManagers: TTetheringManagerInfoList read FRemoteManagers;

C++

__property TTetheringManagerInfoList* RemoteManagers = {read=FRemoteManagers};

Properties

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

Description

List of discovered remote managers.

RemoteManagers is a list of instances of TTetheringManagerInfo that represent remote managers found during a successful discovery operation started by either AutoConnect or DiscoverManagers.

See Also