FMX.TreeView.TCustomTreeView.CollapseAll
Delphi
procedure CollapseAll;
C++
void __fastcall CollapseAll(void);
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.