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...
CameraStop (Function)
Stops the video preview or video recording in a Camera control. Function kept...
CameraListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept...
WINDEV FTP functions
List of WINDEV FTP functions...
How to perform a full file browse?
NetSendBuffer (Function)
server powered by WINDEV. This function is kept for backward compatibility....
NetExecute (Function)
powered by WINDEV. This function is kept for backward compatibility....
NetEndServer (Function)
and started by NetStartServer. This function is kept for backward compatibility....
iEndPrinting (Function)
... in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
gglDrive (Type of Variable)
... to connect to Google Drive via the function gglDrive Connect.
FTPDeconnecte_objetftpConnexion (Function)
...This new function is available from WINDEV Suite SaaS 2025 Update 2.
<ftpConnection variable>.GetFile (Function)
... function is available from WINDEV Suite SaaS 2025 Update 2.
VideoStop (Function)
Stops the video preview or video recording in a Camera control. Function kept...
<Camera>.Stop (Function)
Stops the video preview or video recording in a Camera control. Function kept...
WLanguageCodeCompiling (Variable type)
... ExecuteCode and EvaluateExpression functions, as well as by the Code Editor control (via the Compiler...
InUniversalWindowsPlatformSimulatorMode (Function)
Platform mode (Universal Windows 10 app). Function kept for backward compatibility....
<zipArchive variable>.EndAddingFile (Function)
Declares the end of the optimized addition of a series of files to an archive. This new function...
zipEndAddingFile (Function)
Declares the end of the optimized addition of a series of files to an archive. This new function...
<ftpConnection variable>.RenameFile (Function)
Renames or moves a file located on an FTP server (File Transfer Protocol). This new function...
<ftpConnection variable>.CurrentDir (Function)
Gets or sets the current directory on an FTP server (File Transfer Protocol). This new function...
<ftpConnection variable>.DeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol). This new function is available...