Back to Devexpress

TdxServerModeCustomDataSource Class

vcl-dxservermodedata-484d85ad.md

latest1.6 KB
Original Source

TdxServerModeCustomDataSource Class

The base class for server mode data sources.

Declaration

delphi
TdxServerModeCustomDataSource = class(
    TcxCustomComponent
)

Remarks

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.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TdxServerModeCustomDataSource

See Also

TdxServerModeCustomDataSource Members

dxServerModeData Unit