TTMSFNCDataGridData.OnGetCustomGroup Event
Fired to override the group key string for a cell during Group().
API unit family: TMSFNCDataGridData
Declaring type: TTMSFNCDataGridData
Syntax
OnGetCustomGroup: TTMSFNCDataGridDataGetCustomGroupEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Data object that fired the event. |
ACell |
Cell coordinate being grouped. |
AData |
Raw cell value used for grouping. |
ALevel |
Grouping level being evaluated. |
AGroup |
Group key to use for the cell. |