ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
History of versions (network setup)
The setup wizard allows you to configure the history of versions during a network setup....
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
How to avoid displaying the URL of WEBDEV pages in the browser?
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser contains an address in the following format......
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
1. What is a website?
HFSQL management functions
List of functions for HFSQL management...
ERR_SESSION_CLOSED
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
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....
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
WINDEV Mobile concepts
<Connection variable>.NotifListCCRecipient (Function)
Returns the list of recipients of a notification sent via the Control Centers (WDBal messaging tool).
<Connection variable>.NotifListEmailRecipient (Function)
Returns the list of recipients for a notification by email.
<Connection variable>.NotifAddCCRecipient (Function)
Adds recipients for the notifications sent via the Control Centers (WDBal messaging tool).
<Connection variable>.NotifDeleteCCRecipient (Function)
Deletes the recipients of a notification sent via the Control Centers (WDBal messaging tool).
<Connection variable>.NotifDeleteEmailRecipient (Function)
Deletes the recipients of an email notification.
SQL view
An SQL view is a virtual data source defined by an SQL query......
Materialized view
Multi-database queries
A query (typed in SQL code) can operate on different databases......
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....