Table of Contents

TTMSFNCTreeViewData.GetPreviousSiblingNode Method

Returns the previous sibling of ANode, or nil when ANode is the first child of its parent.

API unit family: TMSFNCTreeViewData Declaring type: TTMSFNCTreeViewData

Syntax

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

Parameters

Name Description
ANode The reference node.