GETCAPTION |
Top Previous Next |
Syntax STRING = GETCAPTION(win as WINDOW) Description Returns the caption text of a window or dialog Parameters win - Window or dialog to retrieve the caption text. Return value A string containing the text Remarks See Also: SETCAPTION Example usage cap = GETCAPTION(mywnd) |