ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
Error 107: Redefinition of the parameter
Setup in MSI format
You have the ability to create a setup program in MSI standard......
WLanguage procedure called by HashString
Procedure ("Callback") called by HashString when hashing. This procedure is used to get the hash result.
Android and Java: call WLanguage procedures
Permet de spécifier la procédure qui sera appelée lorsque l’utilisateur effectue un clic dans un Widget iOS 14....
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
Classes, members, methods and properties
A class is made of......
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor).
Objective C: Calling a WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in Objective C......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
WLanguage procedure called by fCopyDir
WLanguage procedure ("callback") called by fCopyDir for each copied file. This procedure is used to handle the current file.
Error 204: using a parameter without optional value after parameters ...
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
Typecasting of parameters
The description of the parameter type is optional......
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
List of extension attributes
The list of extension attributes ......
Error 810: * can only be used for a parameter with a default value
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....
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
1
2
3
4
5
6
48
>