WebEntryField.ReadOnly
From Xojo Documentation
Property (As Boolean )
aWebTextControl.ReadOnly = newBooleanValue
or
BooleanValue = aWebTextControl.ReadOnly
New in 2020r1
Supported for all project types and targets.
or
BooleanValue = aWebTextControl.ReadOnly
New in 2020r1
Supported for all project types and targets.
If True, the text of the control cannot be modified.
Example
This example is in the Opening event of the control.