ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
DocToHTML (Function)
Converts a Word Processing document into an HTML file.
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
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.
HTMLEditorExecuteJS (Function)
Executes JavaScript code 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.
Defining a help window template
WINDEV allows you to create help window templates......
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
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.
HTMLModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
<Word Processing>.ToHTML (Function)
Converts the content of a Word Processing control into an HTML file.
1
2
3
4
5
6
184
>