ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
<Window>.EdActive (Function)
Allows you to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
8. External component
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc....
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Specific features of the Express version
Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
11. External component
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
Scanning a document (via a WIA driver)
Windows Image Acquisition (WIA) is a Windows device driver interface and API that allows applications to scan documents using a scanner......
WDSetup: Manage additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
Native 64-bit and native 32-bit: a single source code
The 64-bit operating systems are starting to appear on the PCs and on the servers......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......