Table of Contents

TTMSFNCTreeViewNode.GetPreviousChild Method

Returns the child node that precedes ANode, or nil when ANode is the first child.

API unit family: TMSFNCTreeViewData Declaring type: TTMSFNCTreeViewNode

Syntax

function GetPreviousChild(ANode: TTMSFNCTreeViewNode): TTMSFNCTreeViewNode; virtual;

Parameters

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