Skip to main content

TdxServerModeFireDACDataSource Class

The FireDAC table-based server mode data source.

Declaration

TdxServerModeFireDACDataSource = class(
    TdxServerModeDataSource
)

Remarks

This server mode data source uses a FireDAC connection object (TFDConnection or TADConnection) to access data. TdxServerModeFireDACDataSource extends its ancestor class with members that allow you to do the following:

You can use the TdxServerModeFireDACDataSource component as a data source for the ExpressQuantumGrid control in server mode.

See Also