vcl-dxservermodefiredacdatasource-792c7988.md
The FireDAC table-based server mode data source.
TdxServerModeFireDACDataSource = class(
TdxServerModeDataSource
)
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:
Specify a FireDAC connection object and connection-specific settings (Connection and Options);
Retrieve the names of catalogs and schemas defined in a target database (PopulateCatalogNames and PopulateSchemaNames).
You can use the TdxServerModeFireDACDataSource component as a data source for the ExpressQuantumGrid control in server mode.
TObject TPersistent TComponent TcxCustomComponent TdxServerModeCustomDataSource TdxServerModeDataSource TdxServerModeFireDACDataSource
See Also
TdxServerModeFireDACQueryDataSource