ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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...
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 can use 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...
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...
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...
MaskTitleTime (Property)
The MaskTitleTime property is used to get or change the mask used for the title of time columns: in an Organizer control. in a Scheduler control. in a TimeLine control....
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
SQLLast (Function)
Sets the position on the last row of the query result.
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
EmailGetAll (Function)
Retrieves all the emails found on a server.
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
iPrintImage (Function)
Sends the image file to print to the print buffer.
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
WinCopyForm (Function)
Copies the content of a form into the clipboard.
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
ThreadSuspend (Function)
Temporarily suspends the execution of the specified thread. Function not recommended.
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
SaaSChangePassword (Function)
Changes the password of the connected user.
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
MQTTDisconnect (Function)
Allows you to disconnect from a MQTT server (also called "Broker").
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
Option (Property)
The Option property is used to configure how a Bar Code control is displayed.
grSurfaceDeleteMarkCaption (Function)
Deletes the captions of marks found in a Surface chart.
MQTTConnect (Function)
Used to connect to a MQTT server (also called "Broker").