Forum Discussion
tristaanogre
15 years agoEsteemed Contributor
Without knowing more about your application or the specific component you are using, I cannot say specifically how to tell if something is read-only.
Have you queried your developers? They should be able to tell you what property on your component determines whether it is read only.
Using the Delphi open application plug-in and the delphi-compiled copy of the Orders sample program that gets installed with TestComplete, there is a ReadOnly property on TEdit components in that application. I'm fairly certain that other applications, development environments/languages, etc, have similar properties. It's a matter of knowing what type of application it is and what type of component.
Have you queried your developers? They should be able to tell you what property on your component determines whether it is read only.
Using the Delphi open application plug-in and the delphi-compiled copy of the Orders sample program that gets installed with TestComplete, there is a ReadOnly property on TEdit components in that application. I'm fairly certain that other applications, development environments/languages, etc, have similar properties. It's a matter of knowing what type of application it is and what type of component.