ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Java application and WINDEV
A Java application is an application entirely compiled in Java......
JavaLoad (Function)
Specifies the location of user classes required to run the Java application or the Java applet.
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
16. Java applications in practice
Java applications in practice...
Print constants
List of constants used by the print functions....
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
Creating a Java archive
When your Java application is developed, you can......
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...
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...
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Handling 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 functions
List of Java functions...
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
WINDEV concepts
Android and Java: call WLanguage procedures
Permet de spécifier la procédure qui sera appelée lorsque l’utilisateur effectue un clic dans un Widget iOS 14....
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
JavaExecute (Example)
Usage example of the JavaExecute function
HPriorityClient (Function)
Modifies the priority of a client application.
HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.