Forum Discussion

ajaybabu's avatar
ajaybabu
Occasional Contributor
13 years ago

Retrieve an Text

How to Retrieve an Text from a particular area in application

1 Reply

  • Hi,



    Obtain the object which contains text you want to get and read the value of its property which holds this text. For example, for edit box controls, you would use their wText property to do this. For other control types, you may need to use other properties and methods.