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.
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Constants for managing the internal windows
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date...
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
Token (Type of variable)
The Token type is used to define all the advanced characteristics of a token displayed in an edit...
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
Programming overview in C and C++
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Constants for external files
List of constants used by the functions for managing external files....
The user version of query editor : Specific features
This help page presents the specific features of the user version of query editor......
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements...
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV...
TotalNbChildren (Property)
The TotalNbChildren property returns the total number of children in a branch: of a Treeview...
WithClosingButton (Property)
The WithClosingButton property is used to: Determine whether all the tabs of a Dynamic Tab...
WithNewButton (Property)
The WithNewButton property is used to: Determine if a Dynamic Tab control has New tab button...
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
Body Complement block
The Body complement block is linked to the Body block......
Body block
The Body block corresponds to the main block of the report......
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
End of Document block
The End of document block is run once at the end of the report execution......