ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XML functions (prefix syntax)
List of XML functions
<xmlDocument variable>.Save (Function)
Saves an XML document in a file.
<xmlNode variable>.FindNamespaceByURI (Function)
Finds an XML namespace from its URI (Universal Resource Identifier) in a node and in the parents of this node.
<Looper>.ToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
Report viewer: "Export" pane
The "Export" pane in the report viewer allows you to perform the following operations...
Managing the XSD
WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format.
<xmlNode variable>.FindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also...
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer,...
Various WEBDEV constants
Various WEBDEV constants...
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
WDTrans: Overview
WDTrans is a tool for canceling transactions......
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site...
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used...
SOAPRun (Function)
Runs a procedure on a SOAP server.
WDSQL, SQL querier: Overview
WDSQL is used to......
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible...
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element:...
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table...
Programming automatic calculations in the columns of a Table control
3-tier architecture
The development in "3-tier" architecture is now simplified......
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via...
Programming custom calculations in Table controls
1
8
9
10
11
12
13
>