ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
Step 1: Configuring the print parameters
This step allows you to choose......
XMLAddAttribute (Function)
Adds an attribute into an XML document.
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
XMLAddChild (Function)
Adds a child tag into an XML document.
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
XMLDocument (Function)
Creates a new XML document.
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.
iMargin (Function)
Defines the "logical" print margins.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
Managing bar codes
The use of bar codes to identify and manage products has become essential......
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.
iParameterPDF (Function)
Defines the options for the generated PDF file.
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.
iFont (Function)
Selects the default font.
iDidotFont (Function)
Selects the unit that will be used for the height of the fonts (created by iCreateFont): DIDOT point or PICA point.
XMLPath (Function)
Returns the current position in the document in XPATH format.
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.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.