IBX.IBConnectionBroker.TIBConnectionBroker.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TIBConnectionBroker(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
IBX.IBConnectionBroker.pas
IBX.IBConnectionBroker.hpp
IBX.IBConnectionBroker TIBConnectionBroker

Description

Creates a TIBConnectionBroker instance.

The Create constructor creates and initializes an instance of the TIBConnectionBroker class.

Create also initializes the CS1 critical section and the MinConnections and MaxConnections properties.

See Also