TTMSFNCDataGridBeforeSortHeaderGroupEvent Event Type
Fired before clicking a grouping chip sorts by that column. Set
ACanSortto False to suppress the sort.
API unit family: TMSFNCDataGrid
Parameters
| Name | Description |
|---|---|
Sender |
Grid that fired the event. |
AColumn |
Zero-based index of the column whose grouping chip was clicked. |
ACanSort |
Set to False to prevent the sort from being applied. |