System.Tether.Comm.TTetheringBTServerComm.FRegisteredServers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class var FRegisteredServers: TList<TRegisteredServer>;

C++

static System::Generics::Collections::TList__1<TRegisteredServer>* FRegisteredServers;

Properties

Type Visibility Source Unit Parent
field protected
System.Tether.Comm.pas
System.Tether.Comm.hpp
System.Tether.Comm TTetheringBTServerComm

Description

Represents a list that contains all the registered servers.

See Also