SETWINDOWRTFTEXT statement

Purpose: SETWINDOWRTFTEXT will set RTF text in the specified window.


Syntax:

 SETWINDOWRTFTEXT(hWnd, Text$)

 Parameters:

  • hWnd Handle to window, previously created with the BCX_RICHEDIT function, in which RichTextFormat text is to be set.
  • Text$ RichTextFormat string to be set.

For an example of the SETWINDOWRTFTEXT statement see Demo.bas in the BCX\Gui_Demo\EZ_Gui folder.