Table of Contents

TTMSFNCTreeViewData.GetLastChildNode Method

Returns the last child node of ANode, or nil when ANode has no children.

API unit family: TMSFNCTreeViewData Declaring type: TTMSFNCTreeViewData

Syntax

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

Parameters

Name Description
ANode The parent node.