TcxGridTableController Class
A controller for a Table View.
Declaration
TcxGridTableController = class(
TcxCustomGridTableController
)
Remarks
A TcxGridTableController object is a controller for a grid Table View. A Banded Table View has its own controller that inherits from the TcxGridTableController class.
The TcxGridTableController class members allow you to do the following:
Manage record cell edit operations (EditingController).
Focus a specific column and record (FocusedColumn, FocusedColumnIndex, FocusedRow, and FocusedRowIndex).
Select or deselect cells, columns, and rows (SelectCells, SelectColumns, SelectAllColumns, SelectedColumns, SelectedColumnCount, SelectAllRecords, SelectedRecords, SelectedRows, SelectedRowCount, SelectAll, and ClearCellSelection).
Manage incremental search operations (IncSearchingItem, IncSearchingText, and CancelIncSearching).
Scroll the View (MakeFocusedItemVisible, MakeFocusedRecordVisible, and Scroll).
Invoke a customization dialog for an Edit Form or a row layout (ShowEditFormCustomizationDialog and ShowRowLayoutCustomizationDialog).
The Table View’s Controller property references a TcxGridTableController object.