TextEditor.ReadOnly

Syntax

ReadOnly: Boolean;

Description

The ReadOnly property determines whether the text can be edited.

Comments

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.

Example

The property use is given in the page with description of the TextEditor.getFontBox method.

See also:

TextEditor