ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<htmlNode variable>.ModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
<htmlNode variable>.InsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Page contexts
In a Windows application, the information relative to a window is stored with the window......
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
Python: Native calls
WLanguage allows for native Python calls......
Multi-database queries
A query (typed in SQL code) can operate on different databases......
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
<TreeView>.Identifier (Function)
Returns the identifier associated with an element (node or leaf) in a TreeView control.
TreeFind (Function)
Finds an element (leaf or node) in a TreeView control and returns its path.
<TreeView>.ListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
<TreeView>.Find (Function)
Finds an element (leaf or node) in a TreeView control and returns its path.
HTMLInsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
HTMLFindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document (or an HTML node).
TreeIdentifier (Function)
Returns the identifier associated with an element (node or leaf) in a TreeView control.
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
<htmlNode variable>.InsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
The Upload control
The Upload control is used to upload files on the Web server......
Creating a help file
WINDEV, WEBDEV and WINDEV Mobile allow you to create a help file and associate it with an application or website......
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
Multilingual project
List of extension attributes
The list of extension attributes ......
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......