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...
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
LockAppTimeout (Function)
Returns or modifies the idle time before a WINDEV application is locked.
AppUPDAvailable (Function)
Allows you to find out whether an update is available for the specified application.
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
SysThumbnailModifyButton (Function)
Modifies one of the buttons found on the application thumbnail in the taskbar.
SysThumbnailDeleteButton (Function)
Deletes one of the buttons found in the thumbnail of the application from the taskbar.
ConfigureAAF (Function)
Used to specify the behavior of some Automatic Application Features (AAF).
inAppConsumeProduct (Function)
Used to consume, in an application, a product that was previously purchased by the user.
inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
geoTrackingEnable (Function)
Enables the management of location tracking in a WINDEV Mobile application.
geoTrackingDisable (Function)
Disables the tracking of user positions for a WINDEV Mobile application.
AppServerAddScheduledTask (Function)
Adds a new scheduled task to the application (site or webservice).
AppServerDeleteScheduledTask (Function)
Deletes a scheduled task associated with the application (site or Webservice).
AppServerListScheduledTask (Function)
Returns the list of scheduled tasks for the application (site or Webservice).
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
gpwRemoteConnect (Function)
Allows connecting to the application via the User Groupware Webservice.
LinkColorRTF (Function)
Changes the color of links in all RTF Edit controls in the application.
SysNotificationClear (Function)
Removes all interactive notifications previously sent by the current application.
<Connection variable>.DisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
Developing an application: the different steps
This diagram presents the different steps for developing an application with WINDEV......
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
WindowCount (Function)
Calculates the number of windows currently opened in the current application.
<WBAdminAuth variable>.ListAccount (Function)
Returns the list of WEBDEV accounts on a WEBDEV Application Server.