TTMSFNCTreeViewNode.GetNextChild Method
Returns the child node that follows ANode, or nil when ANode is the last child.
API unit family: TMSFNCTreeViewData
Declaring type: TTMSFNCTreeViewNode
Syntax
function GetNextChild(ANode: TTMSFNCTreeViewNode): TTMSFNCTreeViewNode; virtual;
Parameters
| Name | Description |
|---|---|
ANode |
The child node whose following sibling is requested. |