IsEditableCell(Row: Integer; Column: Integer): Boolean;
Row. Row index.
Column. Column index.
The IsEditableCell property returns whether the cell is editable in the table data edit mode. True - the cell is editable, False - the cell is not editable.
The property use is given in the example for ILanerTable.ColumnCount.
See also: