RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerCollection Class

TServerCollection is a collection of TServerItem objects.

Pascal
TServerCollection = class(TOwnedCollection);
C++
class TServerCollection : public TOwnedCollection;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!