IListView.RowSelect

Syntax

RowSelect: Boolean;

Description

The RowSelect property determines whether it is necessary to highlight the whole string of the selected element.

Comments

If the RowSelect property is set to True, the whole row, in which the selected element is placed, is highlighted. If the property is set to False, only element is highlighted.

The RowSelect property is relevant if the IListView.Style property is set to Report.

Example

See also:

IListView