Class TRALConnectionPooler

Unit

Declaration

type TRALConnectionPooler = class(TObject)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected FMaxConnections: IntegerRAL;
Protected FInternalConnections: Array of TComponent;
Protected FBaseConnector: TComponent;

Properties

Public property BaseConnector: TComponent read FBaseConnector write FBaseConnector;
Public property MaxConnections: IntegerRAL read FMaxConnections write FMaxConnections;

Description

Fields

Protected FMaxConnections: IntegerRAL;

This item has no description.

Protected FInternalConnections: Array of TComponent;

This item has no description.

Protected FBaseConnector: TComponent;

This item has no description.

Properties

Public property BaseConnector: TComponent read FBaseConnector write FBaseConnector;

Base component from which the pooler will copy the connection information

Public property MaxConnections: IntegerRAL read FMaxConnections write FMaxConnections;

Limit how many connections can the pooler handle



PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.