Create(TcxPivotGridGroupItem,Variant,Integer,TcxCustomDataController,TcxPivotGridField) Constructor
Initializes a new instance of the TcxPivotGridGroupItem class with specified settings.
Declaration
constructor Create(AParent: TcxPivotGridGroupItem; const AGroupValue: Variant; ARecordIndex: Integer; ADataController: TcxCustomDataController; AField: TcxPivotGridField); overload; virtual;
Parameters
Name | Type |
---|---|
AParent | TcxPivotGridGroupItem |
AGroupValue | Variant |
ARecordIndex | Integer |
ADataController | TcxCustomDataController |
AField | TcxPivotGridField |
See Also