Datasnap.Win.ObjBrkr.TServerCollection

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TOwnedCollectionSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTServerCollection

Delphi

TServerCollection = class(TOwnedCollection)

C++

class PASCALIMPLEMENTATION TServerCollection : public System::Classes::TOwnedCollection

Properties

Type Visibility Source Unit Parent
class public
Datasnap.Win.ObjBrkr.pas
Datasnap.Win.ObjBrkr.hpp
Datasnap.Win.ObjBrkr Datasnap.Win.ObjBrkr

Description

TServerCollection is a collection of TServerItem objects.

TSimpleObjectBroker uses TServerCollection to represent the set of available application servers to which a client application can connect. Use the properties and methods of TServerCollection to manage the set of servers. For example, you can add items as new server systems come on line, disable server items when the corresponding system is temporarily out of commission, and so on.

See Also