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...
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
FileToURI (Function)
Saves the contents of a file to a resource identified by its URI.
<Image>.SaveGIF (Function)
Saves an image: in a file in GIF format. in memory....
<Chart>.SaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
CodeEditorSave (Function)
Saves the contents of a Code Editor control to a file.
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
<Tiff variable>.SaveTIFF (Function)
Saves an image in TIFF format into a file or memory.
dSaveImageTIFF (Function)
Saves an image in TIFF format into a file or memory.
<Dashboard>.SaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
<Chart>.SaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
BufferToURI (Function)
Saves the contents of a buffer to a resource identified by its URI.
tapiPlay (Function)
Plays a sound file (.WAV) for the specified line.
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
SaaSWriteSiteParameter (Function)
Saves a specific information for a SaaS site in the configuration of a client account.
Setup in MSI format
You have the ability to create a setup program in MSI standard......
WBAdminConnection (Type of variable)
The WBAdminConnection type is used to get all the advanced characteristics of a connection on the server. This connection can correspond to a session, an AWP request, a schedule task, etc.
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
rssSave (Function)
Builds the RSS feed and saves the RSS feed in an XML file.
Multiple setup of same site on the same server
The same site can now be automatically installed on the same server without having to rename the project......
Component diagram
A component diagram shows the physical and static architecture of a system software......
spDerivation (Property)
The spDerivation property is used to: Get the key derivation function used to hash an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the key derivation function used for hashing (only for "Password" items defined programmatically)....
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......