Back to Devexpress

TcxGridDBTableView Class

vcl-cxgriddbtableview.md

latest2.9 KB
Original Source

TcxGridDBTableView Class

A bound Table View in the VCL Data Grid.

Declaration

delphi
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.

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.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxControlChildComponent TcxCustomGridView TcxCustomGridTableView TcxGridTableView TcxGridDBTableView

See Also

Data Representation

Master-Detail

TcxGridDBTableView Members

cxGridDBTableView Unit