Table of Contents

TTMSFNCTreeViewData.GetNextChildNode Method

Returns the child of ANode that follows AStartNode, or nil.

API unit family: TMSFNCTreeViewData Declaring type: TTMSFNCTreeViewData

Syntax

function GetNextChildNode(ANode: TTMSFNCTreeViewNode; AStartNode: TTMSFNCTreeViewNode): TTMSFNCTreeViewNode; virtual;

Parameters

Name Description
ANode The parent node.
AStartNode The child node whose following sibling is requested.