ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Configuring the setup program
Two tools can be used to create a setup program...
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.
Generating the setup program
The last wizard step for creating the setup program allows you to...
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...
Languages supported by the setup
If your applications must be installed in several countries, the setup wizard proposes to generate a multilingual setup...
Setup mode
Several methods can be used to distribute a WINDEV application...
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......
HTransactionCancel (Function)
If a transaction is in progress, rolls back all operations performed on tables in transactions since the start of the transaction.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the table 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....
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
Functions for managing objects (External language)
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)......
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
How to read emails via the IMAP protocol?
This help page explains how to read emails via the IMAP protocol....
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
SOAP web services: Import and consumption
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import web services into your applications......
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......