Vcl.ComCtrls.TCustomTreeView.FullCollapse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FullCollapse;

C++

void __fastcall FullCollapse();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

Collapses all the nodes within a tree view control.

Call FullCollapse to hide all the nodes in the tree view except those at the first level.

See Also