TcxDBVerticalGridDataController Class
Represents a data controller that handles a data from a dataset via a data source object.
Declaration
TcxDBVerticalGridDataController = class(
TcxDBDataController,
IcxVerticalGridDBDataContoller
)
Remarks
This object provides a unified interface and implements reusable operations so it eases the task for the developer to work with a dataset. This class was designed to automatically map the grid rows to the dataset fields and update the data in the grid control. The TcxDBVerticalGridDataController also supports a feature named Grid Mode that enables the data controller to cache data in limited amounts of records as specified by the GridModeBufferCount property. For details please refer to the GridMode property.
Implements
Inheritance
TObject
TPersistent
TcxCustomDataController
TcxDBDataController
TcxDBVerticalGridDataController
See Also