ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTML document functions
List of functions that manipulate HTML documents.
HTML (Property)
The HTML property is used to configure the use of HTML content.
Manipulating HTML controls programmatically
WINDEV and WEBDEV allow you to programmatically manipulate HTML controls...
HTML document functions (prefix syntax)
List of functions that manipulate HTML documents (prefix syntax).
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...
HTMLToRGB (Function)
Converts the HTML color into RGB color.
TextToHTML (Function)
Converts a text string into an HTML string (carriage returns are replaced by <BR>accents are replaced by their HTML equivalent, ...).
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.
iPrintAreaHTML (Function)
Pritns a text in HTML format in a rectangular area.
MarkdownToHTML (Function)
Converts a Markwdown string to an HTML buffer (encoded in UTF-8).
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...
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
The pages
Pages are the main interface of a WEBDEV website...
iDirImageHTML (Function)
Used to select the directory in which the images must be generated during a print in HTML format.
HTMLToText (Function)
Converts an HTML string or buffer to text.
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
Print modes of a report
Several print modes are available for a report.
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
The Static Text control
A Static Text control is a control used to display a static text...
Report viewer: "Export" pane
The "Export" pane in the report viewer allows you to perform the following operations...
HTMLEditorGet (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
HTMLToPDF (Function)
Converts an HTML string or buffer to a buffer containing a PDF document.
<htmlNode variable>.WrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
<htmlNode variable>.InsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
HTMLClass (Property)
The HTMLClass property reads and sets the value of the "class" HTML attribute of the control.
RootNode (Property)
The RootNode property is used to get the root nodes of an HTML or XML document.
HTMLBuildString (Function)
Generates a UTF-8 string containing an HTML document.
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.
HTMLEditorToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
<htmlDocument variable>.BuildString (Function)
Generates a UTF-8 string containing an HTML document.
HTMLHeader (Property)
The HTMLHeader property is used to get and change the HTML code inserted in the page header.
HTMLEndPage (Property)
The HTMLEndPage property is used to get and change the HTML code inserted at the end of the page.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
HTMLUnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.
htmlAttribute (Type of variable)
... of an element in an HTML document.
edtHTMLSelection (Type of variable)
... in an HTML Editor control
<htmlNode variable>.ChercheElémentParID (Function)
Searches for the element whose "ID" attribute matches a specific value in an HTML node.
<htmlNode variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML node.
<htmlDocument variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document.
<htmlDocument variable>.ChercheElémentParID (Function)
Searches for the element whose "ID" attribute matches a specific value in an HTML document.
<htmlDocument variable>.FindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML document.
<htmlNode variable>.FindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML node.
1
4
5
6
7
8
23
>