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...
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
CameraListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
WindowsVersion (Function)
Returns the runtime mode of Windows.
Context menu of windows (AAF)
The context menu of the windows (right mouse click on the window) contains the following options......
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
OrganizerDeleteAll (Function)
Deletes all the appointments from an Organizer control.
Constants for managing the User Groupware
List of constants used by the functions for managing the User Groupware....
Manipulating Scheduler controls programmatically
A Scheduler control can be......
DownloadAdd (Function)
Adds a new download in the device's download manager....
SchedulerDeleteResource (Function)
Deletes a resource from a Scheduler control.
SchedulerAddAppointment (Function)
Adds a new appointment into a Scheduler control.
BTAcceptConnection (Function)
Used to find out whether a Bluetooth radio accepts (or not) the requests for connection coming from the devices.
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
MatExist (Function)
Checks the whether the matrix exists in memory.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
fCreate (Function)
Creates an external file.
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
Creating a table in a report
Tables can be created in a report......