IBX.IBConnectionBroker.TIBConnectionBroker.AllocatedConnections

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AllocatedConnections : Integer read GetAllocated;

C++

__property int AllocatedConnections = {read=GetAllocated, nodefault};

Properties

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

Description

Specifies the number of allocated connections.

The AllocatedConnections property specifies the number of allocated connections. AllocatedConnections is a public property available only at run time.

See Also