ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Global procedure/function
A global procedure can be used in all the processes or events of the project.
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...
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Local procedure
Two types of procedures are available...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Typecasting of parameters
The description of the parameter type is optional...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage 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.
Passing parameters
The parameters can be passed to a procedure...
<ftpConnection variable>.Date (Function)
on an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025...
Creating an executable: WINDEV Framework
Each WINDEV function is associated with a WINDEV DLL......
HUpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server table. Warning: This function...
Functions for managing appointments (Outlook, Lotus Notes, mobile device)
List of functions for managing appointments...
<Source>.UpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server table. Warning: This function...
3. Managing sockets
WINDEV includes advanced socket management functions....
4. WINDEV and telephony
... functions....
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Types of recognized PCL printers
WINDEV and WEBDEV allow you to automatically print for a number of specific PCL printers......
Scanning a document (via a WIA driver)
Windows Image Acquisition (WIA) is a Windows device driver interface and API that allows...
ERR_LAUNCH_FAILED
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
<zipArchive variable>.StartAddingFile (Function)
(TAR.GZ) archive. This new function is available from WINDEV Suite SaaS 2025 - Update 3....
zipStartAddingFile (Function)
(TAR.GZ) archive. This new function is available from WINDEV Suite SaaS 2025 - Update 3....
WINDEV applications for Linux: Specific features
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure...
Message
The Message keyword can correspond to: the Message function. the Message property,...