Used to specify the maximum number of connections that can be opened in connection pool.
property MaxPoolSize: integer default DefValMaxPoolSize;
Specifies the maximum number of connections that can be opened in connection pool. Once this value is reached, no more connections are opened. The valid values are 1 and higher.