ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The HTML control
The HTML control displays HTML pages or HTML code...
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...
HTML document functions
List of functions that manipulate HTML documents.
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.
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...
HTMLToText (Function)
Converts an HTML string or buffer to text.
The pages
Pages are the main interface of a WEBDEV website...
Report viewer: "Export" pane
The "Export" pane in the report viewer allows you to perform the following operations...
iDirImageHTML (Function)
Used to select the directory in which the images must be generated during a print in HTML format.
TextToHTML (Function)
Converts a text string into an HTML string (carriage returns are replaced by <BR>accents are replaced by their HTML equivalent, ...).
iPrintAreaHTML (Function)
Pritns a text in HTML format in a rectangular area.
The Static Text control
A Static Text control is a control used to display a static text...
HTMLToRGB (Function)
Converts the HTML color into RGB color.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight...
rssEnclosure (Variable type)
The rssEnclosure type is used to define and handle an attachment to a RSS feed entry...
iDestination (Function)
Configures the print destination.
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window...
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed...
WEBDEV Page control events
The control Page WEBDEV allows you to integrate an Page WEBDEV in a WINDEV application......
Copying controls from the window editor
The controls can be copied from the window editor......
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
iPrintReport (Example)
Usage example of the iPrintReport function
Functions for managing RTF controls
List of functions for managing RTF controls...
diagText (Type of variable)
The diagText type is used to define all the advanced characteristics of a text associated...
BackgroundImage (Property)
The BackgroundImage property gets and sets the background image of an element.