ILanerTable.IsEditableCell

Syntax

IsEditableCell(Row: Integer; Column: Integer): Boolean;

Parameters

Row. Row index.

Column. Column index.

Description

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.

Example

The property use is given in the example for ILanerTable.ColumnCount.

See also:

ILanerTable