ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Global procedure/function
A global procedure can be used in all the processes or events of the project.
Procedure/Function
A procedure is used to associate an identifier with a statement block...
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.
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...
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...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Passing parameters
The parameters can be passed to a procedure...
InWindowsMobileMode (Function)
application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept...
RequestUpdateUI (Function)
... without waiting for the execution of the event). This function is kept for backward compatibility.
CameraParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept...
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt...
<Camera>.Stop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible"...
VideoStop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible"...
NetEraseFile (Function)
by WINDEV. This function is kept for backward compatibility....
Retrieving documents coming from Twain devices
Several WINDEV functions allow you to retrieve documents from a Twain device......
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
VideoListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept...
InUniversalWindowsPlatformSimulatorMode (Function)
Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
How to perform a full file browse?
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...
Internal procedure
Several features require a procedure called once or several times via a WLanguage function...
WINDEV FTP functions
List of WINDEV FTP functions...
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.
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action...
Speech synthesis in the mobile applications
The phones can talk!......
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page...