vcl-cxgriddbtableview.md
A bound Table View in the VCL Data Grid.
TcxGridDBTableView = class(
TcxGridTableView
)
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.
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.
TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxControlChildComponent TcxCustomGridView TcxCustomGridTableView TcxGridTableView TcxGridDBTableView
See Also