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).
Automatic features of edit controls
...Edit controls provide multiple automatic features available in all the controls...
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
Translating a text file with WDTRAD
ClipboardFormat (Function)
Identifies the format of information found in the clipboard.
Printing in PDF format: Special cases
Specific features of print in PDF format...
HandwrittenInput (Property)
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC...
The Item control
The "Item" control is used to edit the content of an item found in a data file......
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
Message text file format
The text files created by WDMSG use a specific format......
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without...
Copying controls from the report editor
The controls can be copied from the report editor......
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options...
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one...
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
iPrintAreaRTF (Example)
Usage example of the iPrintAreaRTF function
picLayer (Type of variable)
The picLayer type is used to define all the advanced characteristics of a layer of an image loaded...
ToClipboard (Function)
Writes text or image information into the system clipboard.
Constants for managing the Image Editor control
iDestination (Function)
Configures the print destination.
Constants for managing the clipboard
List of constants used by the functions for managing the clipboard....
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
Copying controls from the window editor
The controls can be copied from the window editor......
1
2
3
4
5
6
8
>