ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
Managing databases in WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application...
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language...
Using Java code
You can use Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures 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...
Creating a Java project
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...
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....
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
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....
Size (Property)
The Size property is used to determine and change the size of an element.
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
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.
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.
Open (Function)
Opens a modal WINDEV window.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....
13. External component in practice
External component in practice...
ContactList (Function)
Lists the device contacts corresponding to the specified criteria.
Configuring the SOAP administrator
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....
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
FontList (Function)
Returns the list of valid fonts installed on the current computer (TrueType, Postscript, ...).
CameraCapture (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....
zipSelectFile (Function)
Selects files from an archive.
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
Image (Property)
The Image property gets and sets the background image of a control or block.
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.