SETCAPTION |
Top Previous Next |
Syntax SETCAPTION(win as WINDOW,text as STRING) Description Sets the title bar caption of a window or dialog. Parameters win - Window or dialog. text - New caption text. Return value None Remarks See Also: GETCAPTION Example usage SETCAPTION mywnd, "New text" |