ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing bar codes
The use of bar codes to identify and manage products has become essential...
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
11. User Macro-Code: UMC in practice
Handling Scheduler controls programmatically
A Scheduler control can be......
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
Error 19: The step of this FOR loop must be constant
Error 1015: The method of the class is protected
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Error 1001: The operators: and:: can only be used in the methods of classes
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)......
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Multi-product external components
Components are a remarkably useful tool for development teams......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Strict monitoring of a project
Via the Project Management Hub, WINDEV, WEBDEV and WINDEV Mobile allow you to define the different actions required to create a project......
Creating a delete query
A delete query (corresponding SQL statement......
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
AWP without UI
Bootstrap, Angular, React, Vue......