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).
The Static Text control
A Static Text control is a control used to display a static text...
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.
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...
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.
HTMLToText (Function)
Converts an HTML string or buffer to text.
Report viewer: "Export" pane
The "Export" pane in the report viewer allows you to perform the following operations...
ERR_NO_END_TAG
HTMLNavigate (Function)
Starts navigation in an HTML Display control.
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
<Document variable>.ToHTML (Function)
Converts a Document variable into an HTML file.
HTMLOpen (Function)
Creates an htmlDocument variable from an HTML document.
HTMLEditorSearch (Function)
Searches for a string in an HTML Editor control.
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
HTMLEdit (Property)
in optimized mode for HTML editing, modify a Word Processing control to display it (or not) in optimized mode...
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
DocToHTML (Function)
Converts a Word Processing document into an HTML file.
HTMLRemove (Function)
Removes the specified node and its descendants in an HTML document.
HTMLSave (Function)
Saves the content of an htmlDocument variable to an HTML file.
HTMLEditorSelect (Function)
Selects a text fragment in an HTML Editor control.
HTMLEditorExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
<htmlNode variable>.FindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML node.
<htmlDocument variable>.FindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document.
<htmlDocument variable>.Save (Function)
Saves the content of an htmlDocument variable to an HTML file.
<htmlNode variable>.InsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
<htmlNode variable>.Remove (Function)
Removes the specified node and its descendants in an HTML document.
1
2
3
4
5
6
23
>