ILanerTable.IsEditing

Syntax

IsEditing: Boolean;

Description

The IsEditing property returns that the data edit mode is now active for the table. True - the edit mode is active for the table, False - the table data is accessible in read only mode.

Example

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

See also:

ILanerTable