API:Vcl.ComCtrls.TTreeView.RowSelect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RowSelect;

C++

__property RowSelect = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeView

Description

Specifies whether the entire row of the selected item is highlighted.

Vcl.ComCtrls.TTreeView.RowSelect inherits from Vcl.ComCtrls.TCustomTreeView.RowSelect. All content below this line refers to Vcl.ComCtrls.TCustomTreeView.RowSelect.

Specifies whether the entire row of the selected item is highlighted.

Set RowSelect to true to cause the entire row of the selected item to be highlighted.

RowSelect is ignored if ShowLines is true.

See Also