ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
<Chart>.SaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
BufferToURI (Function)
Saves the contents of a buffer to a resource identified by its URI.
dPoint (Function)
Draws a point: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<Dashboard>.SaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Creating a query
Two methods can be used to create a query......
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
Analyzing dependencies and orphan images
To help you manage the navigation of the Web users in your sites, an advanced feature for analyzing the dependencies and the orphan images is available in WEBDEV......
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
Electronic invoicing: Factur-X in WLanguage
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
SocketWrite (Function)
Writes a message intended to another socket.
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Multiple setup of same site on the same server
The same site can now be automatically installed on the same server without having to rename the project......
Component diagram
A component diagram shows the physical and static architecture of a system software......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......