ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Browser code (WLanguage): Framework 2
Starting with version 22, WEBDEV offers a new WLanguage framework for browser code...
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Local procedure
Two types of procedures are available...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Global and local variable
Two types of variables are available...
Set of procedures
The global procedures are grouped in set of procedures...
16. Types of code
Opens a replication in direct mode or with a replication server.
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code.
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, rolls back all operations performed on tables in transactions since the start of the transaction.
<Connection variable>.Transaction (Function)
Starts a transaction on the tables (HFSQL or accessed via Native Access) and creates the transaction table.
<Connection variable>.TransactionEnd (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....
WEBDEV administrator: Overview
The WEBDEV administrator is a module used to manage the dynamic WEBDEV sites......
SOAP web services: create, generate and deploy
WINDEV and WEBDEV allow you to generate web services directly......
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
Error 203: The procedure already has a scope attribute (local or global)
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
Using the Salesforce service
Salesforce is a very popular CRM software......
Oracle Native Connector: Execute the same query more than once
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
DnD constants
List of constants used by the functions for managing the Drag and Drop....
Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment platform......
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
HTransaction (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates the transaction table.
HTransactionStart (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates the transaction table.
2. WEBDEV administrator in practice
Database schema associated with a project
When a WINDEV, WEBDEV or WINDEV Mobile project uses tables, it must be associated with a database schema......