TcxPivotGridGetTotalDisplayTextEvent Type
In This Article
#Declaration
Delphi
TcxPivotGridGetTotalDisplayTextEvent = procedure(Sender: TcxPivotGridField; AGroupItem: TcxPivotGridGroupItem; var AText: string) of object;
#Parameters
Name | Type |
---|---|
Sender | Tcx |
AGroup |
Tcx |
AText | string |
See Also