FMX.TreeView.TCustomTreeView.CollapseAll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CollapseAll;

C++

void __fastcall CollapseAll();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TCustomTreeView

Description

Collapses all the items within this tree view control.

Call CollapseAll to hide all the items in this tree view except those at the first level.

See Also