ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Java application and WINDEV
A Java application is an application entirely compiled in Java...
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...
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...
Managing databases in WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application...
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...
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language...
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
Combination (Type of variable)
A combination is a set of options.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Principle for running threads
At runtime, an application runs in a main thread......
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
HIndex (Function)
Rebuilds the file index (".NDX" file).
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
SOCKS5 protocol
SOCKS5 is a simple network protocol intended to standardize the use of proxies for applications......
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
iDestination (Function)
Configures the print destination.
InJavaMode (Function)
Indicates whether the code is run in Java.
20. Managing suggestions and incidents
Managing suggestions and incidents...
The different types of windows
The following types of windows can be created in a WINDEV application......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Serial and parallel port management functions
List of functions for managing serial and parallel ports...
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....