ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
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.
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language...
Managing databases in WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application...
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...
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language...
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language...
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
SSHConnectShell (Function)
Starts a new SSH session of "Shell" type.
ArcCos (Function)
Returns the arc cosine of a numeric value (integer or real).
ArcSin (Function)
Returns the arc sine of a numeric value (integer or real).
Constants for managing Map controls
Constants for managing Map controls...
geoGetArea (Function)
Retrieves the coordinates of the geographic area that corresponds to a given description.
XamlDisable (Function)
Simulates the absence of .Net 3.0 framework.
IsOdd (Function)
Identifies an odd number.
iReportPrintingStatus (Function)
Returns the status of the current print.
Automation object
The Automation keyword is used to declare an automation object...
SysRecentDocAdd (Function)
Adds a file into the list of recently opened documents.
gpwAddUser (Function)
Adds a user to the User Groupware database.
IsEven (Function)
Identifies an even number.
EndTimerSys (Function)
Ends the execution of a timer triggered by TimerSys.
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
iCloudKeyValueWrite (Function)
Stores the value of a key in an Apple iCloud-based container of "key-value" pairs.
GalleryClosePopup (Function)
Closes the automatic zoom popup for the image gallery.
iColumnEnd (Function)
Forces a column break in a multi-column report.
iColumnNum (Function)
Returns the number of the current column in a multi-column report.
grSourceCategoryLabel (Function)
Defines the source of the category labels.
GalleryDisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......