ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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...
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...
Properties available in Java
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...
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.
Creating a Java project
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...
J2EERunXML (Function)
Runs a procedure on a server of J2EE XML Web services.
Camera (Property)
The Camera property is used to identify and change the camera used (back or front).
AppListVersion (Function)
Lists the versions available on the reference setup server.
WDSQL: Creating a SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
Constants for managing animations
List of constants used by the functions for managing animations...
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
Reports & Queries: Specific features
This help page presents the specific features of "Reports & Queries" (which means the user version of report editor) ......
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
Linking a data-bound Table control to a table or query
A Table control can be used to display the content of a table or query......