FMX.TreeView.TCustomTreeView.ClearSelection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearSelection;

C++

void __fastcall ClearSelection();

Properties

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

Description

Unselects all selected items from this tree view.

ClearSelection is a protected method that is used to unselect all the tree view items that are currently selected from this tree view.

See Also