ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<htmlNode variable>.Remove (Function)
Removes the specified node and its descendants in an HTML document.
<htmlNode variable>.FindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML node.
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.
HClusterMasterNode (Function)
Returns the name of the master node in an HFSQL cluster.
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......
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......
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:...
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
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......
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
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.
<htmlNode variable>.InsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
<htmlNode variable>.ModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......