ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer a Native Connector for MySQL......
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
Query technical documentation
The query editor automatically creates a technical documentation for each query......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors....
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
Secret string vault
Passwords, private keys and tokens are often used in programming......
Software Factory
The Software Factory is used to automate the application production process....
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
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......
Classes, members, methods and properties
A class is made of......
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......
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
<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....
Multi-project search
Performing a search in the current project is a common operation......