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 and it is disabled to change field contents. When the value is False, a data set is in editing mode and a user can edit the field contents.
See also: