ReadOnly: Boolean;
The ReadOnly property determines whether a user can change the value of the field of the current record.
If the property is set to True, the component is used only to display data. To change field contents is disabled. When the value is False, a data set is in editing mode and a user can edit the field contents.
See also: