Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomTreeView.FullCollapse

Collapses all nodes in the tree view and displays only the root for the tree.

Declaration

Source position: comctrls.pp line 3670

public procedure TCustomTreeView.FullCollapse;

Description

Visits all top-level tree nodes in the Items property and calls their Collapse method.