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...
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...
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.
Managing databases in WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application...
DotNetVersion (Function)
Returns the version number of the .Net Framework available on the current computer.
AAF: Simple editing options in an Edit control field
The context menu of an edit control is used to perform simple edit operations...
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Setup directory
The setup wizard allows you to configure the setup directory of application....
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
DeleteVoiceCommand (Function)
Deletes a voice command that was added by AddVoiceCommand. From version 17, this function is replaced by SpeechRecognitionDeleteCommand.
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
AccessibilityScreenReaderEnabled (Function)
Determines if the screen reader is enabled.
Specific features of the Express version
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
Unicode in character strings
The Unicode format is an encoding system that assigns a unique number to each character....
Linking a Scheduler control to a table or variable
You can create Scheduler controls directly linked to the data....