Vcl.ComCtrls.TCustomTreeView.Deselect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Deselect(Node: TTreeNode); virtual;

C++

virtual void __fastcall Deselect(TTreeNode* Node);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

Deselects a specified node.

Deselect removes the selection from Node. This method has no effect unless MultiSelect is true and MultiSelectStyle includes msControlSelect.

See Also