RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerCollection.Create Constructor

Creates and initializes a TServerCollection object.

Pascal
constructor Create(AOwner: TComponent);
C++
__fastcall TServerCollection(TComponent * AOwner);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!