[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomListView.RowSelect

Indicates if the entire row is highlighted when selected on the list view control.

Declaration

Source position: comctrls.pp line 1670

public property TCustomListView.RowSelect : Boolean
  index Ord(lvpRowSelect)
  read GetProperty
  write SetProperty
  default False;

Description

RowSelect is a Boolean property which indicates whether all columns in the row are highlighted when the row is selected. The default value for RowSelect is False, and indicates that only the row value in the first column is displayed using the selected highlighting. RowSelect is used in report mode (ViewStyle = vsReport).

RowSelect is one of the TListViewProperty values included in the TListViewProperties set type and exchanged with the widgetset class. The property value is read from and written to the TCustomTreeview widgetset class instance when its handle is valid. Changing the value for the property causes the widgetset class to be updated with the new value.

Use MultiSelect to enable multi-selection of rows and/or columns on the list view control.

See also

TCustomListView.MultiSelect

  

Allows simultaneous selection of one or more list items using Ctrl+Click, Shift+Click, Ctrl+Shift+Click, or using program code.

TListViewProperty

  

Represents Boolean properties used in TCustomListView.

TListViewProperties

  

Set type used to store values from the TListViewProperty enumeration.


Version 3.2 Generated 2024-02-25 Home