Table of Contents

TTMSFNCDataGridDataGroupInfo Record

Recursive grouping specification: the columns to group on at this level, optional sub-group definitions, and sort column/direction arrays.

API unit family: TMSFNCDataGridData

Syntax

TTMSFNCDataGridDataGroupInfo = record

Fields and properties

Name Type Description
Columns TArray<Integer> Indexes of the columns rows are grouped by, outermost level first.
SortColumns TArray<Integer> Indexes of the columns rows are sorted by within each group.
SortDirections TArray<TTMSFNCDataGridSortDirection> Sort direction for each entry in SortColumns, in the same order.
SubColumns TArray<TTMSFNCDataGridDataGroupInfo> Nested grouping applied within each group produced by Columns.

Used by