Table of Contents

TAureliusConnection.AdaptedConnection Property

Gets or sets the third-party data-access component that is adapted to provide an IDBConnection interface in adapter mode.

Remarks

The component must be of a type supported by the adapter specified in AdapterName (e.g., TFDConnection for the FireDac adapter). It must be placed in the same form or data module as this TAureliusConnection component. This property is only used in adapter mode and is ignored when DriverName is set.

Syntax

Unit: Aurelius.Comp.Connection

property TAureliusConnection.AdaptedConnection: TComponent

See also