Used for a connection to be validated when it is returned from the pool.
property Validate: boolean default DefValValidate;
If the Validate property is set to True, connection will be validated when it is returned from the pool. By default this option is set to False and pool does not validate connection when it is returned to be used by a TCustomDAConnection component.