Table of Contents

TTMSFNCDataGridDataGroupOptions Record

Per-level grouping configuration: AutoSort, header/summary height, column hiding, merge behaviour, and whether to show summaries in the header.

API unit family: TMSFNCDataGridData

Syntax

TTMSFNCDataGridDataGroupOptions = record

Fields and properties

Name Type Description
AutoSort Boolean True when rows are sorted by the grouped columns before groups are formed.
HeaderHeight Double Height of a group header row, in pixels.
HideColumns Boolean True when the grouped columns are hidden, since their value is repeated in the group header.
MergeDelimiter string Text inserted between values when a group header combines more than one column.
MergeHeader Boolean True when the group header cell is merged across the columns it spans.
MergeSummary Boolean True when the group summary cell is merged across the columns it spans.
Summary Boolean True when a summary row is added for each group.
SummaryHeight Double Height of a group summary row, in pixels.
SummaryInHeader Boolean True when the group summary is written into the group header instead of a separate row.
UseFirstRowAsHeader Boolean True when the first row of each group is reused as its header instead of inserting a new row.

Used by