ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLEditorGet (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
HTMLWrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
HTMLInsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
<HTML editor>.Get (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
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.
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.
HTMLClass (Property)
The HTMLClass property reads and sets the value of the "class" HTML attribute of the control.
Functions for managing HTML Display controls (prefix syntax)
List of functions for managing HTML Display controls...
HTML document functions (prefix syntax)
List of functions that manipulate HTML documents (prefix syntax)....
HTMLBuildString (Function)
Generates a UTF-8 string containing 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.
HTMLEditorToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
<HTML editor>.ToEmail (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.
iDirImageHTML (Function)
Used to select the directory in which the images must be generated during a print in HTML format.
Page templates
WEBDEV allows you to create page templates......
ERR_CANNOT_RUN_EXPLORER
HTMLEndPage (Property)
The HTMLEndPage property is used to get and change the HTML code inserted at the end of the page.
1
3
4
5
6
7
77
>