ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
7. AJAX technology
XMLFound (Function)
Checks whether the current element corresponds to the current browse or to the current search.
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
XMLResult (Function)
Returns the result of a calculation XPath query.
Remote WEBDEV administrator: Modifying a WEBDEV account
To modify a WEBDEV account from the remote WEBDEV administrator:...
XMLCancelSearch (Function)
Cancels the search performed by XMLFind.
XMLElementName (Function)
Returns the name of current element (tag or attribute).
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
XMLElementType (Function)
Returns the type of current element (tag or attribute).
XMLChild (Function)
Positions on the first child element of current element.
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
Remote WEBDEV administrator: Create a WEBDEV account
The management of accounts is accessible in the remote administrator for the server administrator only....
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
XMLNext (Function)
Positions on the next element (tag or attribute).
xpathResult (Type of variable)
The xpathResult type is used it find out the result of the execution of an XPATH query.
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
<xmlDocument variable>.ExecuteXPath (Function)
Executes an XPATH query in an xmlDocument variable.
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.