IBX.IBConnectionBroker.TIBConnectionBroker.CreateConn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateConn(i: Integer);

C++

void __fastcall CreateConn(int i);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
IBX.IBConnectionBroker.pas
IBX.IBConnectionBroker.hpp
IBX.IBConnectionBroker TIBConnectionBroker

Description

Creates the connection with the given index.

The CreateConn method creates a pooling connection with the given index in the pooling connections array.

See Also