ReadOnly: Boolean;
The ReadOnly property determines whether the text can be edited.
Use JSON or the setReadOnly method to set the property value, and the getReadOnly method to get the property value.
If the property is set to True, the text is read-only, otherwise it is readable and editable.
The example of use is given in the page with description of the TextEditor.getFontBox method.
See also: