Table of Contents

TTMSFNCDataGridBeforeSortHeaderGroupEvent Event Type

Fired before clicking a grouping chip sorts by that column. Set ACanSort to 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.