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...
Declaring and using a variable
A variable is defined by name and type......
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
Environment of the window editor
The main elements of window editor are as follows:
Environment of the project editor
The main elements of the project editor are as follows:
General environment of WINDEV
Environment of the report editor
Environment of the report editor...
Environment of the query editor
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
1. Testing a site: Elements to be tested
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Environment of code editor
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
OpenChild (Example)
Usage example of the OpenChild function
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
Right (Function)
Extracts the last characters from a string or string buffer.
<Source>.FilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
Manipulating TimeLine controls programmatically (prefix syntax)
A TimeLine control can be......
<Source>.ErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
<Source>.FilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
<Source>.FilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......