Change the read -only state of the input machine.
void @EditBoxSetReadOnly(string classname, int flag);
Parameters
string classname : Class name of object
int flag: 1 = read-only, 0 = read-only release
Return Value
None
Example
@EditBoxSetReadOnly("EditBox1", 1);
flag =
@EditBoxGetReadOnly("EditBox1");
Description: 'Editbox1' object is set to read only and read the status.
Version Information
Supported Version: 10.3.2
Related Helps