ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

France.CheckINSEE (Function)
Tests the validity of an INSEE number (identification number of physical persons assigned by the National Institute of Statistics and Economic Studies - Institut National de la Statistique et des Etudes Economiques).
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
WINDEV Mobile 2024 Tutorial
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
The indexed controls
A control is an indexed control if it contains several controls with the same name......
WEBDEV Page control events
The control Page WEBDEV allows you to integrate an Page WEBDEV in a WINDEV application......
The Context Menu control (WEBDEV)
Context menus are often used in websites......
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
AAF: Sort/Search/Filter on the columns of Table controls
Events associated with an infinite Progress Bar control
Events associated with a Dockable Panel control
Word Processing control events
WINDEV manages the following events by default......
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
Warning 124: Shadowing a global variable
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
SCM: Management of rights
It is possible to manage and grant certain access rights to the developers for each element in the SCM......
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
The Cell control
The Cell control contains controls......
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....