Vcl.ComCtrls.TCustomTreeView.RowSelect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RowSelect: Boolean read FRowSelect write SetRowSelect default False;

C++

__property bool RowSelect = {read=FRowSelect, write=SetRowSelect, default=0};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

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