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.