IBX.IBConnectionBroker.TIBConnectionBroker.MaxConnections

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property MaxConnections : Integer read FMaxConns write SetMaxConns default 20;

C++

__property int MaxConnections = {read=FMaxConns, write=SetMaxConns, default=20};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
IBX.IBConnectionBroker.pas
IBX.IBConnectionBroker.hpp
IBX.IBConnectionBroker TIBConnectionBroker

Beschreibung

Gibt die maximale Anzahl der zulässigen Verbindungen an.

Die Eigenschaft MaxConnections gibt die maximale Anzahl der zulässigen Verbindungen an. Standardmäßig ist MaxConnections auf 20 gesetzt.

Siehe auch