ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to perform a full file browse?
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
<xmlNode variable>.FindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
XMLOpenReader (Function)
Creates a reader used to read an XML document without loading it in memory.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
NFCWriteTag (Function)
Starts writing data to an NFC tag.
Locking data files: correspondence between WINDEV 5.5 and the later versions
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
11. Table/Looper controls
11. Table/Looper controls
Operations performed on state-transition diagrams
The following paragraphs explain......
Tile (Type of variable)
The Tile type is used to defined all the advanced characteristics of a tile for an application in Universal Windows 10 App mode.
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
ERR_CANNOT_CREATE_TMP
Clipping the window according to an image
An image can be used to easily define the shape of a window......
<xmlNode variable>.ValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.