ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
Typecasting of parameters
The description of the parameter type is optional...
Local procedure
Two types of procedures are available...
USB functions
List of USB functions...
Exif functions
List of Exif functions...
Scanner functions (prefix syntax)
The scanner functions are as follows:...
Image object detection functions (AI)
Image object detection functions (Artificial Intelligence)...
Interactive notification management functions
Constante de gestion des notifications interactives...
WLanguage procedure called by iCloudKeyValueWatch
Callback of the iCloudKeyValueWatch.Cb function for the callback parameter
Hasp functions
The dongles of Hasp family (Hasp3, Hasp4, NetHasp, memoHasp and Hasp HL) are used to protect...
Python: Native calls
WLanguage allows for native Python calls......
How to loop through a file using filters?
Automated tests: Test-specific functions
List of automated tests: Test-specific functions...
Shared memory area functions
Action functions
The following functions are used to manage actions:...
WEBDEV scheduled task management functions
The following functions are used to manage scheduled WEBDEV tasks:
Google Analytics functions
Dockable Panel control functions
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
Invalid input management functions
Invalid input management functions...
Android permission management functions
The following functions are used to manage permissions in Android applications...
HTML Display control functions
List of functions for managing HTML Display controls...
nWDExecute: Running a WLanguage function
Running a WLanguage function by dynamic compilation with command formatting......
User Groupware management functions
List of functions for managing the User Groupware...
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
ThreadResume (Function)
Resumes the execution of a thread that was interrupted by ThreadSuspend. Function not recommended.
ThreadSuspend (Function)
Temporarily suspends the execution of the specified thread. Function not recommended.
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.