ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Calling a procedure/a function
Syntax for calling a local or global procedure.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Passing parameters
The parameters can be passed to a procedure...
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure.
Local procedure
Two types of procedures are available...
Typecasting of parameters
The description of the parameter type is optional...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Border (Type of variable)
The Border type is used to handle a border through programming...
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Page templates and inheritance
...When a page template is applied to a page, all the controls and code found in the template...
Referring to an element in a WLanguage event / process
Error 1: Syntax error
Items used in a select query
A query created in the query editor can contain several types of items......
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent...
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Defining a unique name for the generated file
When generating a file on the Web server (PDF, HTML, ......
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates...
mqttSession (Type of variable)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
11. Table/Looper controls
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system...
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different...
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
Combination (Type of variable)
A combination is a set of options.
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
Handling an ActiveX by programming
WINDEV allows you to handle an ActiveX control in WLanguage via......
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Difference of behavior in Windows Vista (and later)
The test of your project was run using one of the Vista/7 test options......