Table of Contents

TTMSFNCTreeViewData.ExpandNode Method

Expands a node.

API unit family: TMSFNCTreeViewData Declaring type: TTMSFNCTreeViewData

Syntax

procedure ExpandNode(ANode: TTMSFNCTreeViewNode; ARecurse: Boolean = False); virtual;

Parameters

Name Description
ANode The node to expand.
ARecurse True expands child nodes recursively; False expands only the specified node.