ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

VersionHTTP (Property)
The HTTPVersion property is used to manage the HTTP version used by the server....
Deploying an application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
1. Examples provided with WINDEV Mobile
XMLSign (Function)
Signs an XML document.
<xmlDocument variable>.Save (Function)
Saves an XML document in a file.
JSONToXML (Function)
Converts a JSON string to XML.
XMLSave (Function)
Saves an XML document in a file.
XMLToJSON (Function)
Converts an XML string to JSON.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
XMLDocument (Function)
Creates a new XML document.
XMLFind (Function)
Performs a search in an XML document.
<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.
XMLVerifySignature (Function)
Verifies the signature of an XML node.