Table of Contents

TTMSFNCDataGridDataSortCellInfo Record

A single cell's value and sort options, captured once before a sort to avoid repeated lookups during comparison.

API unit family: TMSFNCDataGridData

Syntax

TTMSFNCDataGridDataSortCellInfo = record

Fields and properties

Name Type Description
Column Integer Index of the column the value came from.
Data TTMSFNCDataGridCellValue The cell value being compared.
Options TTMSFNCDataGridDataSortOptions The comparison rules that apply to this column.