Table of Contents

TTMSFNCDataGridDataSortOptions Record

Per-column sort configuration: case sensitivity, direction, and data-type format hint used during comparison.

API unit family: TMSFNCDataGridData

Syntax

TTMSFNCDataGridDataSortOptions = record

Fields and properties

Name Type Description
CaseSensitive Boolean True when uppercase and lowercase letters compare as different characters.
Direction TTMSFNCDataGridSortDirection Whether values are ordered ascending or descending.
Format TTMSFNCDataGridSortFormat How cell values are interpreted while comparing, for example as text, numbers, or dates.
FormatSettings TFormatSettings Locale settings used to parse values when Format requires conversion.