Datasnap.Win.ObjBrkr.TServerCollection.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent);

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.Win.ObjBrkr.pas
Datasnap.Win.ObjBrkr.hpp
Datasnap.Win.ObjBrkr TServerCollection

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