ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

XMLElementName (Function)
Returns the name of current element (tag or attribute).
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
XMLCancelSearch (Function)
Cancels the search performed by XMLFind.
XMLElementType (Function)
Returns the type of current element (tag or attribute).
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
XMLChild (Function)
Positions on the first child element of current element.
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
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.
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
<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....