ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<HTML editor>.ToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
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.
<htmlNode variable>.Wrap (Function)
Wraps the specified node in a given node of an HTML document.
<htmlNode variable>.InsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
<htmlNode variable>.RemoveChild (Function)
Removes a given node in the current node of an HTML document.
HTMLEditorToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
<HTML editor>.GetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
HTMLEditorGetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
HTMLWrap (Function)
Wraps the specified node in a given node of an HTML document.
HTML Display control functions
List of functions for managing HTML Display controls...
HTMLInsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
HTMLRemoveChild (Function)
Removes a given node in the current node of an HTML document.
<HTML editor>.Replace (Function)
Replaces one string with another in an HTML Editor control.
CaptionHTML (Property)
The CaptionHTML property is used to manipulate text as HTML code.
<Word Processing>.ToHTML (Function)
Converts the content of a Word Processing control into an HTML file.
HTMLEditorReplace (Function)
Replaces one string with another in an HTML Editor control.
<Map>.ChangeStyle (Function)
Changes the style of the map displayed in the Map control.
MapChangeStyle (Function)
Changes the style of the map displayed in the Map control.
Reloading a document
To reload a document, ......