Jump to content

SpSetWindowText

From EDM2
Revision as of 03:53, 6 April 2015 by Martini (talk | contribs) (Created page with "This function sets the window text for a specified window. '''Syntax:''' success = spSetWindowText ( hwnd , text ) '''Parameters:''' * hwnd – Window handle of window cont...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.