ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Java application and WINDEV
A Java application is an application entirely compiled in Java...
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...
Available features and specific features of 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.
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language...
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...
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...
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Execute (Function)
Starts the execution of a process through programming.
End of Document block
The End of document block is run once at the end of the report execution......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
Select query description window: Actions applied
This help page presents the actions that can be performed from the description window of a query....
Dictionary
The dictionary is a file that can contain the project elements......
Query technical documentation
The query editor automatically creates a technical documentation for each query......
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
Obtaining an SSL certificate for IIS2 (2.0 or later)
GuidedTour (Type of Variable)
The GuidedTour type allows you to define all the advanced characteristics of a guided tour and its stages.
WEBDEV Image Editor control: Features
The WEBDEV Image Editor control includes many features, accessible via several ribbons at the top and bottom of the control......
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account......
Main characteristics of a List Box control
The main characteristics of a List Box control are as follows......
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
kbCard (Type of variable)
The kbCard type defines all the advanced characteristics of a card in a Kanban control.
fSelect (Function)
Opens the Windows file picker.
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
Calling a procedure/a function
Syntax for calling a local or global procedure.