TTMSFNCCustomDataGrid.GroupMax Method
Applies a maximum aggregate to the group header rows for the specified column.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCCustomDataGrid
Overloads
Overload 1
Applies a maximum aggregate to the group header rows for the specified column.
procedure GroupMax(AColumn: Integer; ACalculationOptionsCallback: TTMSFNCDataGridDataGetColumnCalculationOptionsCallback = nil); overload;
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index. |
ACalculationOptionsCallback |
Optional callback to supply per-column calculation options. |
Overload 2
Applies a maximum aggregate to the group header rows for the specified columns.
procedure GroupMax(AColumns: TArray<Integer>; ACalculationOptionsCallback: TTMSFNCDataGridDataGetColumnCalculationOptionsCallback = nil); overload;
Parameters
| Name | Description |
|---|---|
AColumns |
Array of zero-based column indices. |
ACalculationOptionsCallback |
Optional callback to supply per-column calculation options. |