Back to Devexpress

TcxDBVerticalGridDataController Class

vcl-cxdbvgrid-ff057146.md

latest1.5 KB
Original Source

TcxDBVerticalGridDataController Class

A Vertical Grid data controller designed for interaction with datasets.

Declaration

delphi
TcxDBVerticalGridDataController = class(
    TcxDBDataController,
    IcxVerticalGridDBDataController
)

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

IcxVerticalGridDBDataController

Inheritance

TObject TPersistent TcxCustomDataController TcxDBDataController TcxDBVerticalGridDataController

See Also

TcxDBVerticalGridDataController Members

cxDBVGrid Unit