IsEditableCell(Row: Integer; Column: Integer): Boolean;
Row. Row index.
Column. Column index.
The IsEditableCell property returns whether the cell can be edited in the table data edit mode.
Available values:
True. The cell can be edited.
False. The cell is read-only.
The property use is given in the example for ILanerTable.ColumnCount.
See also: