RowSelected

Declaration: ChartBook.Tables[].RowSelected[row: integer]: boolean;
The array property RowSelected determines which of the rows are selected. Selected rows are displayed by using the colors ColorSelectedRow and ColorSelectedRowText. The selection of rows can be performed either programmatically by setting the corresponding elements of the array property RowSelected to TRUE, or interactively by clicking on the rows to be selected. Holding down the Ctrl- or the Shift-Button while clicking the mouse allows to select several individual rows, or a range of rows. Note that the interactive selection of multiple rows is only possible if the property RowSelectMode is set to 2.