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...
CursorDisplay (Function)
Displays or hides the mouse cursor.
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
SchedulerAddAppointment (Function)
Adds a new appointment into a Scheduler control.
AssistedInputConfigure (Function)
Used to configure the filter and the opening of assisted input.
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
TestWriteResult (Function)
Writes information or an error into the status report of a unit test, in the test editor.
ToastDisplay (Function)
Displays a "Toast" message.
EndProgram (Function)
Ends the execution of the current program.
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
BTIsVisible (Function)
Used to find out whether a Bluetooth radio is visible.
BTAcceptConnection (Function)
Used to find out whether a Bluetooth radio accepts (or not) the requests for connection coming from the devices.
OrganizerToiCalendar (Function)
Exports the appointments found in an Organizer control in iCalendar format.
Transfer (Function)
Copies a block of bytes or a fixed-length string from a memory address into another one.
CameraListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
iCloud functions
The functions to handle keys in an Apple iCloud-based container of "key-value" pairs are as follows......
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......