Datasnap.Win.ObjBrkr.TServerCollection

提供: RAD Studio API Documentation
移動先: 案内検索

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

Delphi

TServerCollection = class(TOwnedCollection)

C++

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

プロパティ

種類 可視性 ソース ユニット
class public
Datasnap.Win.ObjBrkr.pas
Datasnap.Win.ObjBrkr.hpp
Datasnap.Win.ObjBrkr Datasnap.Win.ObjBrkr

説明

TServerCollection は,TServerItem オブジェクトのコレクションです。

TSimpleObjectBroker は TServerCollection を使用して,クライアントアプリケーションが接続できる使用可能なアプリケーションサーバーのセットを表します。TServerCollection のプロパティおよびメソッドを使用すると,サーバーのセットを管理できます。たとえば,新しいサーバーシステムとして項目を追加したり,対応するシステムが一時的に使用不能な場合にサーバー項目を無効にしたりといったことができます。

関連項目