The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



RowSelectMode


Unit:SDL_replist
Class:TReportListView
Declaration:property RowSelectMode: integer;

The property RowSelectMode determines how many rows can be selected interactively (by clicking the rows). RowSelectMode may assume three different values:

0 interactive selection of rows disabled
1 only a single row can be selected
2 any number of rows can be selected

Please note that the property RowSelectMode affects only the interactive selection of rows - any number of rows can be selected programmatically regardless of the value of RowSelectMode.

Hint: The Selection property is automatically set to a range outside of the available cells if the property RowSelectMode is set to a zero value. This turns off the selection indicator (dotted line round selection area).


Last Update: 2023-Dec-13