Skip to main content

TdxEMFFireDACDataProvider Class

A FireDAC-based data provider for a session component.

Declaration

TdxEMFFireDACDataProvider = class(
    TdxEMFCustomDataProvider
)

Remarks

This data provider is designed to link a session component to a FireDAC connection object (TFDConnection or TADConnection) specified via the Connection property. Refer to the Connecting to a Data Store topic to learn how to connect a session component to a data store using data providers.

Inheritance

See Also