TTMSFNCTreeViewData.GetRootNodeByIndex Method
Returns the root-level data node at the specified index, or nil when the index is out of range.
API unit family: TMSFNCTreeViewData
Declaring type: TTMSFNCTreeViewData
Syntax
function GetRootNodeByIndex(AIndex: Integer): TTMSFNCTreeViewNode; virtual;
Parameters
| Name | Description |
|---|---|
AIndex |
Zero-based index among root-level nodes. |