ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<htmlDocument variable>.Save (Function)
Saves the content of an htmlDocument variable to an HTML file.
<htmlNode variable>.Remove (Function)
Removes the specified node and its descendants in an HTML document.
HTMLEditorSelect (Function)
Selects a text fragment in an HTML Editor control.
<HTML editor>.ExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
iPrintAreaHTML (Function)
Pritns a text in HTML format in a rectangular area.
<HTML editor>.Select (Function)
Selects a text fragment in an HTML Editor control.
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
<htmlDocument variable>.FindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document.
13. Types of standard controls
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
CaptionHTML (Property)
The CaptionHTML property is used to handle text as HTML code.
<Word Processing>.ToHTML (Function)
Converts the content of a Word Processing control into an HTML file.
HTMLWrap (Function)
Wraps the specified node in a given node of an HTML document.
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.
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.