Table of Contents

TTMSFNCDataGridDataGroup Class

Internal: represents one group bucket produced during a Group() operation; holds the group header row index, summary row index, and a dictionary of sub-groups.

API unit family: TMSFNCDataGridData Inherits from: TPersistent

Syntax

TTMSFNCDataGridDataGroup = class(TPersistent)

Properties

Name Description
GroupDictionary Dictionary of child groups nested under this group; keyed by group-value string.
Row The grid row index of the group header row inserted by the grouping engine.
SummaryRow The grid row index of the group summary/footer row, or -1 when no summary is shown.