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...
fWriteLine (Function)
Writes a line to a text file (ANSI or Unicode).
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
SQLExec (Function)
Names and runs an SQL query.
Geolocation functions/GPS
The following functions are used to handle geolocation data and to control GPS devices......
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
FontList (Function)
Returns the list of valid fonts installed on the current computer (TrueType, Postscript, ...).
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
Size (Property)
The Size property is used to determine and change the size of an element.
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
Open (Function)
Opens a modal WINDEV window.
zipSelectFile (Function)
Selects files from an archive.
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.
MaxWidth (Property)
The MaxWidth property gets and sets the maximum width of a control or window.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
ImageWidth (Property)
The ImageWidth property gets and sets the width of the image section displayed in an Image control or in the background of a Chart control.
ImageHeight (Property)
The ImageHeight property is used to: Find out the height of the image section displayed in an image control or in the background of a chart control. Modify the height of the image section displayed in an image control or in the background of a chart control....
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
FTPConnect (Example)
Usage example of the FTPConnect function
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.