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:
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.
Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TdxServerModeCustomDataSource
TdxServerModeDataSource
TdxServerModeFireDACDataSource
See Also