Skip to main content

TcxCustomDBPivotGrid.CreateAllFields Method

Creates fields that represent all the persistent fields in the underlying data source.

Declaration

procedure CreateAllFields;

Remarks

Call this procedure to instantiate all the fields in the view at once. The created fields will be automatically placed in the filter header area. To move the fields to other areas, use a field’s Area property.

See Also