ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<htmlNode variable>.FindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML node.
<TreeView>.MoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
<TreeView>.CopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
<Treeview>.ItemStatus
Returns the status of a node: collapsed, expanded or not found.
HTMLRemove (Function)
Removes the specified node and its descendants in an HTML document.
HClusterMasterNode (Function)
Returns the name of the master node in an HFSQL cluster.
<TreeView>.ExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
TreeStatus (Function)
Returns the status of a node: collapsed, expanded or not found.
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
<htmlNode variable>.Remove (Function)
Removes the specified node and its descendants in an HTML document.
Installing WINDEV/WEBDEV/WINDEV Mobile: Complying with the directory standard
The different Windows versions propose standard regarding the location of some files and the use of directories......
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a site......
Events associated with a Ribbon control
The events associated with the Ribbon controls and groupings are:...
2. User-friendly editors in practice
User-friendly editors in practice...
grDonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
<Chart>.DonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
Creating a query
Two methods can be used to create a query......
TreeGetIndex (Function)
Returns the index of an element (node or leaf) in a TreeView control.
HTMLInsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
HTMLModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.