ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

13. Types of standard controls
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.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
Sitemap file for Google
To better analyze the content of the sites, the search engine of Google is using an XML file named "Sitemap" (if it is available)......
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ......
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
The "Code hashtags" pane
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
TextToXML (Function)
Converts an ANSI string to an XML string.
SOAPAddXMLSignature (Function)
Adds an XML signature to a Webservice request.
<wsRequest variable>.addXMLSignature (Function)
Adds an XML signature to a Webservice request.
<xmlDocument variable>.BuildString (Function)
Retrieves and formats the content of an XML document.
<xmlDocument variable>.ValidDocument (Function)
Validates an XML document from an XSD schema.
XMLValidDocument (Function)
Validates an XML document from an XSD schema.
XMLAddChild (Function)
Adds a child tag into an XML document.
XMLRoot (Function)
Positions on the root tag of an XML document.
XMLSavePosition (Function)
Stores the current position in the XML document.
XMLClose (Function)
Closes an XML document created by XMLDocument.
ERR_BUTTON_EXPECTED