ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Calling a procedure/a function
Syntax for calling a local or global procedure.
Procedure/Function
A procedure is used to associate an identifier with a statement block...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
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.
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Passing parameters
The parameters can be passed to a procedure...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Local procedure
Two types of procedures are available...
Typecasting of parameters
The description of the parameter type is optional...
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing...
Multi-database queries
A query (typed in SQL code) can operate on different databases......
Organization Chart control properties
An Organization Chart control can be handled in a window by the following WLanguage properties......
Check Box control properties
Several WLanguage properties can be used on the Check Box controls found in a window, in a page...
Radio Button control properties
List of properties associated with a Radio Button control...
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post...
Correspondence between languages, sub-languages, character sets and nations
The table below presents the correspondence between languages, sub-languages, character sets...
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
StartDate (Property)
The StartDate property is used to determine and change the start date of the selected time period:...
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
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, ......
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......