Table of Contents

TTMSFNCTreeViewData.GetFirstChildNode Method

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

API unit family: TMSFNCTreeViewData Declaring type: TTMSFNCTreeViewData

Syntax

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

Parameters

Name Description
ANode The parent node.