Datasnap.Win.ObjBrkr.TServerItem
Delphi
TServerItem = class(TCollectionItem)
C++
class PASCALIMPLEMENTATION TServerItem : public System::Classes::TCollectionItem
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Datasnap.Win.ObjBrkr.pas Datasnap.Win.ObjBrkr.hpp |
Datasnap.Win.ObjBrkr | Datasnap.Win.ObjBrkr |
Description
TServerItem describes an application server for a simple object broker.
Use TServerItem to describe an application server to which client applications can connect. TSimpleObjectBroker maintains a list of these descriptions. Then, when a connection component needs to open a connection, it can use the information stored in a server item to identify an available application server.