Table of Contents

TTMSFNCTreeViewData.GetPreviousNode Method

Returns the node that precedes ANode in document order, or nil when ANode is the first node.

API unit family: TMSFNCTreeViewData Declaring type: TTMSFNCTreeViewData

Syntax

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

Parameters

Name Description
ANode The reference node.