read_only = flag;


Prevent the user from editing the text.


When flag = true, this attribute prevents the user from modifying text displayed in a dialog box. This lets you display text in an otherwise editable edit box.

flag: true or false (default).

The read_only attribute is unique to the implementation of DCL included with progeCAD.

Example

read_only = true;

Valid Tiles

edit_box

multi_edit_box

Tell me about...

Programming Overview of DCL (Dialog Control Language)

About Predefined Attributes