Table of Contents

TXDataCustomConnectionPool.SetupModule Method

Called by XData.Comp.Server.TXDataServer for each server module it creates, so pool components can subscribe to module events.

Remarks

The default implementation does nothing.

Syntax

Unit: XData.Comp.ConnectionPool

procedure TXDataCustomConnectionPool.SetupModule(AModule: TObject); virtual;

Parameters

<-> Parameter Type Description
AModule TObject The module being created. It is guaranteed to be a XData.Server.Module.TXDataServerModule; it is typed as TObject to keep this unit independent from the module unit.

See also