SpSetWindowText: Difference between revisions
Appearance
m Martini moved page OS2 API:spSetWindowText to OS2 API:SPUTILS:spSetWindowText |
m Ak120 moved page OS2 API:SPUTILS:spSetWindowText to SpSetWindowText |
(No difference)
|
Revision as of 23:54, 26 February 2017
This function sets the window text for a specified window.
Syntax: success = spSetWindowText ( hwnd , text )
Parameters:
- hwnd – Window handle of window control which text has to be updated
- text – The text to be set.
Returns:
- True (1) – Text updated.
- False (0) – Error occurred.