UseCtrlForMultiSel

Declaration: ChartBook.Tables[].UseCtrlForMultiSel: boolean;
When in multi-select mode (RowSelectMode = 2) the property UseCtrlForMultiSel controls whether multiple rows of the report list can be selected only when the Ctrl key is pressed.

If UseCtrlForMultiSel is FALSE multiple rows can be selected (or deselected) simply by clicking at the appropriate rows. If UseCtrlForMultiSel is TRUE, multiple rows can be selected only if the Ctrl key is pressed while the appropriate rows are clicked at. Clicking without holding down the Ctrl key results in a single-row selection behavior.