IDataGrid.ReadOnly

Syntax

ReadOnly: Boolean;

Description

The ReadOnly property determines whether the user can edit the current field value.

Comments

If the property is set to True, the component is used only to display data. It is prohibited to change field contents. If the property is set to False, a data set is in the edit mode and the user can edit the field contents.

See also:

IDataGrid