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...
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
HReadSeek (Example)
Usage example of the HReadSeek function
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
13. External component in practice
External component in practice...
iPrintImage (Example)
Usage example of the iPrintImage function
WDInst: Set automatic modification of tables
The automatic table modification updates the description of tables on user computers......
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
HAdd (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....
HTTPRequest (Function)
Starts an HTTP request on a server.
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
SysDir (Function)
Returns the path of a system directory.
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....
Option,Test (External language)
In an information window, displays each call to the function and each status report returned by the function.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
HForward (Example)
Usage example of the HForward function
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...