Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V22.1
  • 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