Table of Contents

TTMSFNCTreeViewData.GetNodeForRow Method

Returns the virtual node at the specified row index, or nil when no node exists at that row.

API unit family: TMSFNCTreeViewData Declaring type: TTMSFNCTreeViewData

Syntax

function GetNodeForRow(ARow: Integer): TTMSFNCTreeViewVirtualNode; virtual;

Parameters

Name Description
ARow Zero-based row index in the visible node list.