ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Client/Server: Connecting client computers to the server
In order for the application to be able to handle the tables found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Query technical documentation
The query editor automatically creates a technical documentation for each query......
Software Factory
The Software Factory is used to automate the application production process....
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer a Native Connector for MySQL......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
Multi-project search
Performing a search in the current project is a common operation......
<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....
<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.
3. Deploying a dynamic WEBDEV website
The Token property is used to manage the different tokens associated with a "Text token" Edit control....
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
Repositionable Note functions