Table of Contents

TTMSFNCTreeViewData.GetNodeChildCount Method

Returns the number of direct child nodes of the specified node.

API unit family: TMSFNCTreeViewData Declaring type: TTMSFNCTreeViewData

Syntax

function GetNodeChildCount(ANode: TTMSFNCTreeViewNode): Integer; virtual;

Parameters

Name Description
ANode The node whose child count is requested.