Jump to content

SpSetWindowText: Difference between revisions

From EDM2
No edit summary
(No difference)

Revision as of 04:27, 29 June 2016

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.