Skip to main content

TcxPivotGridFieldGroup.Add(TcxPivotGridField) Method

Adds the specified field to the current group.

Declaration

procedure Add(AField: TcxPivotGridField);

Parameters

Name Type
AField TcxPivotGridField

Remarks

Call this method to add the field passed as the AField parameter to the Fields collection of the current group. To add multiple fields to the group use its AddFields method.

Note

A field cannot be added to a group if it already belongs to another group.

See Also