TTMSFNCCustomDataGrid.GetParentRow Method
Returns the parent node row index for a child row in a tree structure.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCCustomDataGrid
Syntax
function GetParentRow(ARow: Integer): Integer;
Parameters
| Name | Description |
|---|---|
ARow |
Zero-based row index of the child row. |
Returns
Row index of the parent node row.