ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

JSONToXML (Function)
Converts a JSON string to XML.
XMLToJSON (Function)
Converts an XML string to JSON.
<JSON variable>.ToXML (Function)
Converts a JSON string to XML.
<xmlNode>.ToJSON (Function)
Converts an XML string to JSON.
<xmlDocument>.ToJSON (Function)
Converts an XML string to JSON.
<xmlDocument variable>.Save (Function)
Saves an XML document in a file.
XMLClose (Function)
Closes an XML document created by XMLDocument.
TextToXML (Function)
Converts an ANSI string to an XML string.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
The Looper control
A Looper control is used to repeat the controls found in a specific area......
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
TileDeleteAll (Function)
Deletes all modifications made to the application tile.
XMLValidDocument (Function)
Validates an XML document from an XSD schema.
1. Communication with WINDEV Mobile
WINDEV Mobile includes several communication functions for different fields....
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....
GPSDetectPosition (Function)
Asks to be notified when the device gets close to a given location.
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
XMLToText (Function)
Converts a character string in XML format into a standard character string.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....