WebTextArea.ReadOnly

From Xojo Documentation

Property (As Boolean )
aWebTextArea.ReadOnly = newBooleanValue
or
BooleanValue = aWebTextArea.ReadOnly

New in 2010r5

Supported for all project types and targets.

If True, the WebTextArea is read-only. The default is False.

Example

Set the text area to read-only:

Me.ReadOnly = True