|
RAD Studio VCL Reference
|
Creates and initializes a simple object broker.
constructor Create(AOwner: TComponent); override;
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!
|