Datasnap.Win.ObjBrkr.TServerItem

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TServerItem = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION TServerItem : public System::Classes::TCollectionItem

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.

See Also