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...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
WDBal messaging: Overview
WDBal is a secure messaging, included in WINDEV, WEBDEV and WINDEV Mobile......
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
List of reserved words
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
Creating the Table windows of the WINDEV RAD pattern
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
Events associated with internal windows
List of events associated with internal windows...
Definition (Variable type)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
mongoDatabaseInfo (Type of variable)
The mongoDatabaseInfo type is used to define the advanced characteristics of information about a MongoDB database.
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......