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...
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...
InWindowsMobileMode (Function)
application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
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....
<ftpConnection variable>.Send (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol). This new function...
Summary table: Application directory management by platform
Returns the list of continents....
<ftpConnection variable>.Connect (Function)
Connects the current computer to an FTP server (File Transfer Protocol). This new function...
SysEncrypt (Function)
Encrypts data using Windows user credentials. This new function is available from WINDEV Suite...
SSH functions (prefix syntax)
The following functions are used to connect and communicate with a SSH server:...
1. Communication with WINDEV Mobile
WINDEV Mobile includes several communication functions for different fields....
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation...
Retrieving documents coming from Twain devices
Several WINDEV functions allow you to retrieve documents from a Twain device......
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....
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......