Datasnap.Win.ObjBrkr.TServerCollection

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TOwnedCollectionSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTServerCollection
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.Win.ObjBrkr.pas
Datasnap.Win.ObjBrkr.hpp
Unit: Datasnap.Win.ObjBrkr
Parent: Datasnap.Win.ObjBrkr

Delphi

TServerCollection = class(TOwnedCollection)

C++

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

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