ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Functions for managing RTF controls
List of functions for managing RTF controls
RTF input field: Automation formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable...
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report...
TextToRTF (Function)
Converts text to Rich Text Format.
dTextRTF (Function)
Draws RTF text:
  • in an Image control,
  • in an Image variable.
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
<picLayer variable>.DrawTextRTF (Function)
Draws an RTF text in a picLayer variable.
AddLink (Function)
Adds a link to a text section in an edit control.
ClipboardRTF (Function)
Retrieves an RTF string from the clipboard (the content of the clipboard is in RTF).
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...
<WDPic variable>.DrawTextRTF (Function)
Draws an RTF text in a WDPic variable.
<Image variable>.DrawTextRTF (Function)
Draws an RTF text in an Image variable.
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
Print modes of a report
Several print modes are available for a report.
RTFAddLink (Function)
Adds a link to a text section in an RTF Edit control.
The Static Text control
A Static Text control is a control used to display a static text...
<Image>.DrawTextRTF (Function)
Draws RTF text in an Image control.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click...
RTF control properties
List of properties associated with the RTF control...
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
RTFAdd (Function)
Adds a character string (in RTF or not) at the end of RTF edit control, RTF control in a report...
RTFInsert (Function)
Inserts a character string in RTF into the content of an RTF control (found in a window...
RTFReplace (Function)
Replaces or inserts a character string in an RTF control (found in a window or in a report)...
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
RTFSearch (Function)
Finds a character string in an RTF control (found in a window or in a report) or in a character...
SelectedTextWithTag (Property)
... (RTF or HTML) with HTML or RTF formatting tags.
1
2
>