FMX.TreeView.TCustomTreeView.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear;

C++

void __fastcall Clear(void);

Properties

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

Description

Removes all the items in this tree view.

Call Clear whenever you need to remove all the items and subitems in this tree view at once. Clear also resets the positions of the horizontal and vertical scroll bars and sets Selected to nil.

See Also