ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program.
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements...
Configuring the setup program
Two tools can be used to create a setup program...
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......
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)....
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
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)......
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
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)......
3. UML models in practice
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
Resizing a window (AAF)
Saving entered data (AAF)
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
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......