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...
zipAddFile (Function)
Automatically adds and compresses any type of file into a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
iBorder (Example)
Usage example of the iBorder function
fSeek (Example)
Usage example of the fSeek function
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
XMLParent (Example)
Usage example of the XMLParent function
BackgroundTaskAdd (Function)
Adds a new background task.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
zipDeleteAll (Function)
Deletes all files from an archive.
MaxWidth (Property)
The MaxWidth property is used to get and change the maximum width of a control or window.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
MaxHeight (Property)
The MaxHeight property gets and sets the maximum height of a control or window.
Today (Function)
Returns or modifies the system date (current date defined on the current computer).
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
MinWidth (Property)
The MinWidth property gets and sets the minimum width of a control or window.
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Image (Property)
The Image property gets and sets the background image of a control or block.
FTPGet (Example)
Usage example of the FTPGet function
DoubleClick (Property)
The DoubleClick property is used to get and change the name of the Button control that will be executed when a control is double-clicked.