TTMSFNCDataGridData.AddNodeRow Method
Converts the row at ARow into a collapsible tree node header with AChildCount child data rows. ALevel sets the nesting depth (0 = top level). AMerge merges the header cell across all columns.
API unit family: TMSFNCDataGridData
Declaring type: TTMSFNCDataGridData
Syntax
procedure AddNodeRow(ARow: Integer; AChildCount: Integer; ALevel: Integer = 0; AMerge: Boolean = True);
Parameters
| Name | Description |
|---|---|
ARow |
Zero-based row index used by the operation. |
AChildCount |
Argument used by the operation. |
ALevel |
Argument used by the operation. |
AMerge |
Argument used by the operation. |