Skip to main content

TcxCustomDBPivotGrid Class

An intermediate class, which provides logic for the data-aware pivot grid control.

Declaration

TcxCustomDBPivotGrid = class(
    TcxCustomPivotGrid
)

Remarks

This class introduces a data source object (which is used for linking to the dataset), and other means for working with the relational data.

It also offers the CreateAllFields method that is useful for bulk instantiating of fields representing the underlying dataset structure.

See Also