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...
Managing databases in WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application...
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.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image control, the specified Image variable, the specified Image variable, the specified WDPic variable (on the background layer), the specified picLayer variable....
ArraySort (Function)
Sorts a WLanguage array.
SQLTransaction (Example)
Usage example of the SQLTransaction function
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
HRead (Function)
Reads a record in a file according to a given record number.
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL Cluster....
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
Geolocation functions/GPS
The following functions are used to handle geolocation data and to control GPS devices......
AnimationSetParameter (Function)
Changes one of the animation parameters used for: an animated image (in an Image control), an animated text (in a Static Text control)....
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
MinHeight (Property)
The MinHeight property gets and sets the minimum height of a control or window.
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.