RowEnabled

Declaration: ChartBook.Tables[].RowEnabled[row: integer]: boolean;
The array property RowEnabled determines which of the rows are enabled/disabled. Enabled rows are displayed using the appropriate colors (depending on their selection and high-lighting state), disabled rows are displayed using always the colors ColorDisabledText and ColorDisabledBkgd. Cells in disabled rows cannot be edited using the inplace editor, nor can the check boxes be changed.

By default, all rows are enabled.