Table of Contents

TTMSFNCTreeViewData.ToggleVirtualNode Method

Toggles the expanded state of a virtual node.

API unit family: TMSFNCTreeViewData Declaring type: TTMSFNCTreeViewData

Syntax

procedure ToggleVirtualNode(ANode: TTMSFNCTreeViewVirtualNode; ARecurse: Boolean = False); virtual;

Parameters

Name Description
ANode The virtual node to toggle.
ARecurse True toggles descendants recursively; False toggles only the specified node.