Table of Contents

TTMSFNCDataGridDataSortInfo Record

The sort key for a full row: the physical row index and the pre-captured sort cell values for all sort columns.

API unit family: TMSFNCDataGridData

Syntax

TTMSFNCDataGridDataSortInfo = record

Fields and properties

Name Type Description
Data TArray<TTMSFNCDataGridDataSortCellInfo> The cell values from this row that take part in the comparison, one per sort column.
OriginalIndex Integer Index the row had before sorting, used to keep equal rows in their original order.
Row Integer Index of the row within the current arrangement.