Datasnap.Win.ObjBrkr.TServerCollection.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Datasnap.Win.ObjBrkr.pas
Datasnap.Win.ObjBrkr.hpp
Unit: Datasnap.Win.ObjBrkr
Parent: TServerCollection

Delphi

constructor Create(AOwner: TComponent);

C++

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

Description

Creates and initializes a TServerCollection object.

Applications should not need to instantiate TServerCollection. The simple object broker that uses TServerCollection to manage its list of available servers creates this object from its own constructor.

See Also