ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTML document functions
List of functions that manipulate HTML documents.
Manipulating HTML controls programmatically
WINDEV and WEBDEV allow you to programmatically manipulate HTML controls...
The HTML Edit control: The automation formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable...
The HTML control
The HTML control displays HTML pages or HTML code...
HTML document functions (prefix syntax)
List of functions that manipulate HTML documents (prefix syntax).
HTML (Property)
The HTML property is used to configure the use of HTML content.
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
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.
MarkdownToHTML (Function)
Converts a Markwdown string to an HTML buffer (encoded in UTF-8).
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
ExtractStringBetween (Function)
Allows you to:
  • extract a substring between two given separators from a character string.
  • search for substrings between two given separators in a character string.
Report viewer: "Export" pane
The "Export" pane in the report viewer allows you to perform the following operations...
HTMLToText (Function)
Converts an HTML string or buffer to text.
The pages
Pages are the main interface of a WEBDEV website...
The Static Text control
A Static Text control is a control used to display a static text...
iDirImageHTML (Function)
Used to select the directory in which the images must be generated during a print in HTML format.
iPrintAreaHTML (Function)
Pritns a text in HTML format in a rectangular area.
TextToHTML (Function)
Converts a text string into an HTML string (carriage returns are replaced by <BR>accents are replaced by their HTML equivalent, ...).
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites...
HTMLToRGB (Function)
Converts the HTML color into RGB color.
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address...
Selection (Property)
The property Selection property is used to manage the selection.
iOutputInfo (Type of variable)
The iOutputInfo type is used to get the details of a report print or export job, or the details...
Properties associated with a report
List of properties associated with a report...
Email functions
List of functions for managing emails...
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
iPrintImage (Function)
Sends the image file to print to the print buffer.
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session...
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
RTF control properties
List of properties associated with the RTF control...
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change...
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove...
Image drawing and processing functions
List of image drawing and processing functions...