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.
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:
- Access the View’s column collection (Columns).
- Configure the View data controller’s settings (DataController).
- Append a column to the View’s column collection (CreateColumn).
- Find a data-aware column that corresponds to a specific field in a bound dataset (GetColumnByFieldName).
This View displays data in bound mode. You can use the Server Mode Table View to process data in server mode.
Inheritance
See Also