ColumnEditable

Declaration: ChartBook.Tables[].ColumnEditable [ColNr: longint]: boolean;
The property ColumnEditable determines whether a particular column of the table can be edited by an in-place editor or is read-only. The parameter ColNr specifies the number of the column (valid range: 1..NrOfColumns). By default, all columns are read-only.

The value of ColumnEditable does not affect the check boxes (if ColumnCheckMode [ColNr] <> cmNone), but only affects the text of the cells.