ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report...
RTF input field: Automation formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable...
Functions for managing RTF controls
List of functions for managing RTF controls
TextToRTF (Function)
Converts text to Rich Text Format.
RTFAddLink (Function)
Adds a link to a text section in an RTF Edit control.
<WDPic variable>.DrawTextRTF (Function)
Draws an RTF text in a WDPic variable.
<picLayer variable>.DrawTextRTF (Function)
Draws an RTF text in a picLayer variable.
The Static Text control
A Static Text control is a control used to display a static text...
dTextRTF (Function)
Draws RTF text:
  • in an Image control,
  • in an Image variable.
AddLink (Function)
Adds a link to a text section in an edit control.
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
<Image>.DrawTextRTF (Function)
Draws RTF text in an Image control.
<Image variable>.DrawTextRTF (Function)
Draws an RTF text in an Image variable.
Print modes of a report
Several print modes are available for a report.
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click...
Edit control
The Edit control allows users to enter data...
Report viewer: "Export" pane
The "Export" pane in the report viewer allows you to perform the following operations...
ClipboardRTF (Function)
Retrieves an RTF string from the clipboard (the content of the clipboard is in RTF).
1
8