Datasnap.Win.ObjBrkr.TSimpleObjectBroker.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Datasnap.Win.ObjBrkr.pas Datasnap.Win.ObjBrkr.hpp
| |
Unit: Datasnap.Win.ObjBrkr | |
Parent: TSimpleObjectBroker |
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TSimpleObjectBroker(System::Classes::TComponent* AOwner);
Description
Creates and initializes a simple object broker.
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.