System.Tether.Manager.TTetheringProfile.ConnectedProfiles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConnectedProfiles: TTetheringProfileInfoList read FConnectedProfiles;

C++

__property TTetheringProfileInfoList* ConnectedProfiles = {read=FConnectedProfiles};

Properties

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

Description

List of remote profiles that are connected to your profile.

In subclasses of TTetheringProfile, use AddConnectedProfile to add new remote profiles to the list after a successful connection. Disconnect removes the disconnected remote profile from the list.

Call GetConnectedProfiles to get the list as an array.

See Also