ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Languages supported by the setup
If your applications must be installed in several countries, the setup wizard proposes to generate a multilingual setup...
Generating the setup program
The last wizard step for creating the setup program allows you to...
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication.
Setup mode
Several methods can be used to distribute a WINDEV application...
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
Developing 64-bit sites
You can deploy 64-bit compatible sites......
How to read emails via the POP3 protocol?
This help page explains how to read emails via the POP3 protocol....
15. Repeating a group of controls: loopers
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run......
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
3. UML models in practice
Resizing a window (AAF)
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
Saving entered data (AAF)
1. What is the WEBDEV administrator used for
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
WINDEV: Example of programmed Drag and Drop
The "Analysis" pane
The "Analysis" pane lists......