WinXGetText$


controlText$ = WinXGetText$ (hWnd)

Gets the text out of a control or the title of a window.

Parameter Description
hWnd  The handle to the control or window to get the text from

Returns

The text from the control or window, or the empty string on fail

Remarks

none

Examples

'Get the text out of an edit control called hEdit

text$ = WinXGetText$ (hEdit)

Related Links

WinXSetText