Read the read-only state of the input machine.
int @EditBoxGetReadOnly(string classname);
Parameters
string classname : Class name of object
Return Value
When it is read-only state, '1' is returned or '0' will be returned.
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