ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
Managing databases in 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...
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.
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...
Creating a Java project
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...
TileDeleteAll (Function)
Deletes all modifications made to the application tile.
BackgroundTaskList (Function)
Returns the list of background tasks for the application.
KioskDisable (Function)
Disables kiosk mode for the current application.
PermissionRequest (Function)
Prompts the user to grant an application permission.
PermissionList (Function)
Returns one or all the permissions declared by the application.
TwoFactorAuthenticationGenerateTOTPKey (Function)
Generates a TOTP Key for an application user.
TwoFactorAuthenticationCheckCode (Function)
Verifies the code given by an authentication application.
GetTheme (Function)
Gets the current theme of a mobile application.
SysNameExe (Function)
Returns the name and full path of an application.
AutoRunDelete (Function)
Stops the automatic execution of a WINDEV application.
<WBAdminAuth variable>.Disconnect (Function)
Deletes a connection from a WEBDEV Application Server.
WBAdminDisconnect (Function)
Deletes a connection from a WEBDEV Application Server.
<Connection variable>.Priority (Function)
Finds out and modifies the priority of the calling application.
Telemetry: Main features
Zombie data files and items
During the life of an application, items live and die......
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
Referring to an element in a WLanguage event / process
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
HListConnection (Function)
Returns the list of connections currently described in the application.