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...
Kanban control events
The following events are associated with Kanban controls......
WDADMINEXE: User characteristics
From the server, the "Users" tab of WDADMINEXE allows you to get......
LockAppOn (Function)
Locks a WINDEV application.
RestartProgram (Function)
Ends the application and restarts it.
WDOptimizer: Editing and modifying a ".REP" file
7. HFSQL: files physically created
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
15. Creating the executable in practice
Creating the executable in practice...
Telemetry management functions
The following functions are used to manage the telemetry:...
Voice commands in the environment
The environments of WINDEV, WEBDEV and WINDEV Mobile respond to the voice commands......
Version of the files in the virtual directory
The configuration diagnostic displays the following error......
XML management: Use example
This application example manages an XML file named "Orders......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
ERR_NO_APPLICATION
WDInst : generating the setup program
Generating the setup program is used to create the setup program according to the characteristics specified in the setup editor WDInst....
2. Modes to install an application
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
HaspHLLogin (Function)
Connects the application with a Hasp key.
AppInstallVersion (Function)
Installs a specific application version.
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......