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...
Creating a Java project
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.
Managing databases in WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application...
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
grDraw (Function)
Draws a chart according to the specified parameters.
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
Burner constants
List of constants used by the burner functions....
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
ManageHTML (Property)
ManageHTML is used to configure the management mode of the HTML format in a full-text index.
ManageRTF (Property)
ManageRTF is used to configure the management mode of the RTF format in a full-text index.
Secure (Property)
The Secure property is used to configure the table encryption security level.
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL table.
Label report
The report editor allows you to create "Label" reports......
sfConnection (Type of variable)
The sfConnection type is used to describe a connection to the Salesforce platform and to manage user authentication...
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
5. Website test in practice
Starts recording a video via a Camera control in an Android or iOS application....
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
5. Which type of server to choose?
Report with parameters
When printing a report, you have the ability to pass parameters to this report......