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...
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
HForward (Example)
Usage example of the HForward function
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
HReadLast (Function)
Sets the position on the last record of a table according to a browse item.
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
WINDEV 2024 Tutorial - Table of contents
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
ControlClone (Function)
Creates a new control from an existing control.
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
BackgroundImage (Property)
The ImageFond property lets you view and modify the background image of an element: window, page, field or state.
RedisSubscribe (Function)
Subscribes to a Redis broadcast channel.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function