IBX.IBConnectionBroker.TIBConnectionBroker.AvailableConnections

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AvailableConnections : Integer read GetAvailable;

C++

__property int AvailableConnections = {read=GetAvailable, nodefault};

Properties

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

Description

Specifies the number of available connections.

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

See Also