FMX.TreeView.TCustomTreeView.ExpandAll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ExpandAll;

C++

void __fastcall ExpandAll();

Properties

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

Description

Expands all the items within this tree view control.

Call ExpandAll to show all the items and subitems in this tree view.

See Also