Vcl.ComCtrls.TCustomListView.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 public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

Determines whether an entire row in the list view can be selected.

Set RowSelect to true to allow entire rows to be selected when the ViewStyle property is vsReport. To allow multiple rows to be selected, use the MultiSelect property.

See Also