Datasnap.Win.ObjBrkr.TServerCollection.Create

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

Delphi

constructor Create(AOwner: TComponent);

C++

__fastcall TServerCollection(System::Classes::TComponent* AOwner);

プロパティ

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

説明

Create は,TServerCollection オブジェクトを作成し,初期化します。

アプリケーションで TServerCollection をインスタンス化する必要はありません。TServerCollection を使って使用可能なサーバーのリストを管理する簡易オブジェクトブローカは,独自のコンストラクタからこのオブジェクトを作成します。

関連項目