ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)...
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Troubleshooting
This chapter presents the main problems (and their solutions) that can occur when using the WEBDEV Application Server...
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
WDInst: Configuring the setup computer
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Rights on the virtual directory
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
Configuring the connection with WDSQSINS
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native SQL Server Access), the connection can still be configured in WDSQSINS (supplied with the Native SQL Server Connector)......
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
Installing a Webservice (old format)
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
Creating an executable: General options
The main executable options are as follows......
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
3. Deploying a WINDEV application
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
5. Deploying a dynamic site (Session or AWP) in practice