ElemChecked

Declaration: ChartBook.Tables[].ElemChecked [ACol, ARow: longint]: boolean;
The array property ElemChecked reflects the state of the check box of checked columns. Setting ElemChecked affects only string elements in checked columns. When reading the property ElemChecked always returns FALSE for normal string columns, and returns the state of the corresponding check box for checked columns.

Hint: Please note that setting the property ElemChecked has no effect unless the corresponding element of the array property ColumnCheckMode is set to a value other than cmNone.