ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<htmlNode variable>.Wrap (Function)
Wraps the specified node in a given node of an HTML document.
HTMLEditorToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
HTMLEditorGetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
HTMLEditorReplace (Function)
Replaces one string with another in an HTML Editor control.
<HTML editor>.ToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
<HTML editor>.Replace (Function)
Replaces one string with another in an HTML Editor control.
<HTML editor>.GetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
<Editor HTML>.InsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
HTML Display control functions
List of functions for managing HTML Display controls...
Compilation options (chm format)
Events associated with HTML controls
WEBDEV includes different events associated with the HTML control......
RTFToHTML (Function)
Returns the HTML string corresponding to the specified RTF string.
HTMLEditorInsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
<htmlNode variable>.InsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
<htmlNode variable>.ModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
<htmlNode variable>.RemoveChild (Function)
Removes a given node in the current node of an HTML document.
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
ERR_CANNOT_OPEN_FILE
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
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....
HTMLWrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
HTMLEditorGet (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
<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.
1
3
4
5
6
7
184
>