ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

XMLClose (Function)
Closes an XML document created by XMLDocument.
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.
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
iHPos (Function)
iHPos is kept for backward compatibility.
XMLFound (Function)
Checks whether the current element corresponds to the current browse or to the current search.
XMLElementType (Function)
Returns the type of current element (tag or attribute).
iConfigureReport (Function)
Configures the printer by opening the configuration window (WINDEV and WINDEV Mobile).
XMLToText (Function)
Converts a character string in XML format into a standard character string.
iParameterReport (Function)
Configures the printer by opening the configuration window.
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
dModifyContrast (Function)
Changes the contrast of an image contained: in an Image control, in an Image variable....
DiagramToSVG (Function)
Exports a diagram to an SVG image.
MarkdownToHTML (Function)
Converts a Markwdown string to an HTML buffer (encoded in UTF-8).
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
DocPositionTopPage (Function)
Returns the position of the first character in a given page in a Text Processing control.