Table of Contents

TTMSFNCTreeViewData.GetPreviousChildNode Method

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

API unit family: TMSFNCTreeViewData Declaring type: TTMSFNCTreeViewData

Syntax

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

Parameters

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