vcl-dxservermodedata-484d85ad.md
The base class for server mode data sources.
TdxServerModeCustomDataSource = class(
TcxCustomComponent
)
This class introduces members that provide the main functionality for server mode data sources (that is, the data sources that use a connection object (a TCustomConnection descendant) to retrieve data for data-aware controls that provide support for server mode. Currently, only the ExpressQuantumGrid control provides support for this mode.
TdxServerModeCustomDataSource descendants – TdxServerModeDataSource and TdxServerModeQueryDataSource – extend the base class with the capability to obtain data from a database table/view and execute queries, respectively.
TObject TPersistent TComponent TcxCustomComponent TdxServerModeCustomDataSource
See Also