ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Manipulating a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project...
Java application and WINDEV
A Java application is an application entirely compiled in Java...
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive...
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language...
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.
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language...
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language...
Managing databases in WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application...
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
WDInst: Configuring the installation workstation
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
Electronic invoicing: Factur-X in WLanguage
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
WinEdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
dSaveImageICO (Function)
Saves an image in icon format either in a file, or in memory.
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.
<Icon variable>.SaveICO (Function)
Saves an image in icon format either in a file, or in memory.
<Chart>.SaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
<Chart>.SaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
OLESave (Function)
Saves the object found in an OLE control in binary format.
grSaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.