Skip to main content

TcxGridDBTableView Class

A bound Table View in the VCL Data Grid.

Declaration

TcxGridDBTableView = class(
    TcxGridTableView
)

Remarks

The TcxGridDBTableView class is a data-aware descendant from the TcxGridTableView class. The TcxGridDBTableView inherits all the features from its ancestor, except for data binding settings.

A Data-Aware Table View

The View uses a data controller to load data from the specified source. The View consists of data-aware columns that you can also bind to individual dataset fields.

Main API members

The list below outlines key class members that specify how the View processes data. You can use these API members to do the following:

This View displays data in bound mode. You can use the Server Mode Table View to process data in server mode.

See Also