ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
XMLChild (Function)
Positions on the first child element of current element.
iParameterPreview (Function)
Configures the print preview: display a message regarding the resources of current computer. display or not the ribbon panes (as well as the buttons found). the export options available in the mini preview window....
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
XMLElementName (Function)
Returns the name of current element (tag or attribute).
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
XMLPath (Function)
Returns the current position in the document in XPATH format.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
XMLRoot (Function)
Positions on the root tag of an XML document.
XMLFind (Function)
Performs a search in an XML document.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
iPageEnd (Function)
Forces the move to the next page during the report print.
XMLResult (Function)
Returns the result of a calculation XPath query.
XMLSavePosition (Function)
Stores the current position in the XML document.
XMLNext (Function)
Positions on the next element (tag or attribute).
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
iVPos (Function)
iVPos is kept for backward compatibility.