RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSimpleObjectBroker.Create Constructor

Creates and initializes a simple object broker.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TSimpleObjectBroker(TComponent * AOwner);

Call Create to instantiate a simple object broker at runtime. 

After calling the inherited constructor, Create initializes the LoadBalanced property to false and creates the TServerCollection that implements the Servers property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!