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.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click...
AddLink (Function)
Adds a link to a text section in an edit control.
<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.
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
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).
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
picRTF (Type of variable)
The picRTF type is used to define all the advanced characteristics of a layer that contains RTF.
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
<Table>.ToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
RTFWithImagesAndTables (Property)
The RTFWithImagesAndTables property is used to manage images and tables in RTF Static controls...
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report...
ManageRTF (Property)
ManageRTF is used to configure the management mode of the RTF format in a full-text index.
DisplayFormat (Property)
... RTF or Markdown.
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text,...
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control...
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Control management functions
List of functions for managing controls...
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced...
Types of Edit controls
Events associated with Edit controls
WLanguage events associated with Edit controls...
LinkColor (Function)
Modifies the color of links in the edit controls and in the Static controls.
Report controls
Several types of controls can be handled in a report created by the report editor......
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Handling HTML text in an Edit control
...WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls...
13. Print: Reports
WINDEV reports...
1
2
3
4
5
6
8
>