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...
Configuring the setup program
Two tools can be used to create a setup program......
SendMessage (Function)
Sends a Windows message to a control or to a window.
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
grSourceSeries (Function)
Defines the source of a series.
MutexDestroy (Function)
Explicitly destroys a mutex.
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
HourGlass (Function)
Transforms the mouse cursor into hourglass and vice versa. In Android and iOS, displays an endless progress bar in a window....
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
WINDEV Mobile 2024 Tutorial - Table of contents
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
RegistryCreateKey (Function)
Creates a key in the Windows registry.
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
Installing a Webservice (old format)
SchedulerDeleteResource (Function)
Deletes a resource from a Scheduler control.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.