Table of Contents

TXDataServer.OnGetPoolInterface Event

Occurs when the server retrieves the connection pool interface, allowing a custom implementation to be provided.

Remarks

This is the place to supply a connection pool built in code, instead of using the Pool property.

Syntax

Unit: XData.Comp.Server

property TXDataServer.OnGetPoolInterface: TGetPoolInterfaceEvent

See also