ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
AlbumSave (Function)
Saves an image, a photo or a video in the photo album of the mobile device.
SysLinkExtension (Function)
Associates an extension (.txt, .avi, etc.) to a default execution program.
Italy.CheckIVA (Function)
Checks the validity of an IVA number (company identification number in Italy).
DriveRecoverFile (Function)
Retrieves a file from an Drive (remote disk) and saves it on the user's workstation....
SaaSWriteSiteParameter (Function)
Saves a specific information for a SaaS site in the configuration of a client account.
<Variable Drive>RetrieveFile (Function)
Retrieves a file from an Drive (remote disk) and saves it on the user's workstation....
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
Ad Hoc deployment
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
XML: Using files exceeding several gigabytes
Starting with version 23, an XML parser is available to handle XML files that are multiple GB in size......
Binding a Scrollbar control to an item
A scrollbar can be bound to an item in a data file, query, etc....
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress......
Handling Gantt Chart controls programmatically
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
PVTSave (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
WinEdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......