Datasnap.Win.ObjBrkr.TSimpleObjectBroker.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also