EditorReadOnly: Boolean;
The EditorReadOnly property indicates whether it is possible to edit text of the component manually.
By default the property is set to False, the text of the component can be changed manually. When the property is set to True, the text of the component can be changed only programmatically.
See also: