ReadOnly Property

The ReadOnly property determines whether an end user can change the value being displayed in an edit box or multi-edit box.

Applies to: Edit boxes, multi-edit boxes.

Setting dynamically:

Winform Set form.control.READONLY TO {0|1};

Property Settings:

0 - No

Disables the read-only feature (the default).

1 - Yes

Enables the read-only feature.


WebFOCUS