ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLEditorSearch (Function)
Searches for a string in an HTML Editor control.
<HTML editor>.Search (Function)
Searches for a string in an HTML Editor control.
HTMLNavigate (Function)
Starts navigation in an HTML Display control.
HTMLOpen (Function)
Creates an htmlDocument variable from an HTML document.
26. Style sheets: to simplify the layout
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
iPrintAreaHTML (Function)
Pritns a text in HTML format in a rectangular area.
DocToHTML (Function)
Converts a Word Processing document into an HTML file.
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.
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.
<HTML editor>.Select (Function)
Selects a text fragment in an HTML Editor control.
<HTML editor>.ExecuteJS (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.
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control......
ERR_BAD_URL
1
2
3
4
5
6
170
>