ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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...
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.
Configuring the setup program
Two tools can be used to create a setup program...
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.
Generating the setup program
The last wizard step for creating the setup program allows you to...
"WEBDEV Application Server" license agreement
"WEBDEV Application Server" license agreement...
License agreement - HFSQL Client/Server
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
Functions for managing objects (External language)
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
spMatchesDescription (Property)
The spMatchesDescription property determines if the parameters (key derivation function, hash algorithm, iteration count and output length) of the item of type "Password" in the data file match the parameters described programmatically or in the analysis.
spAge (Property)
The spAge property gets the time elapsed since the password was last changed.
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
UnloadProcedure (Function)
UnloadProcedure is kept for backward compatibility.
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
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......
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ......
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Recompiling the project
The project compilation is a process used to......