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...
WEBDEV Application Server administration functions (prefix syntax)
The following functions are used to manage users and connections on a WEBDEV Application Server,...
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward...
Sound
The Sound keyword can correspond to: the Sound function, which is used to play Wav audio files....
OrganizerChangeZoom (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month). This function is kept...
WiFiSelectNetworkCard (Function)
Selects the Wi-Fi network card that will be used for the next calls to the WiFi functions.
InWindowsStoreAppSimulatorMode (Function)
mode. Function kept for backward compatibility....
InWinRTMode (Function)
Indicates whether the code is run in WinRT mode (Windows Store apps). Function kept for backward...
<Source>.MergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses...
AppControl (Function)
... This is an advanced function.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses...
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function...
Contact groups management functions
List of functions for managing groups of contacts...
InUniversalWindowsAppMode (Function)
Indicates whether the code is run in Universal Windows 10 app mode. Function kept for backward...
ScanDocumentFromCamera (Function)
...This function is equivalent to ScanFromCameraToImage.
InUniversalWindowsAppSimulatorMode (Function)
...Function kept for backward compatibility.
Compiler (Property)
... which functions are allowed or disallowed.
Parameters of the procedure used by the HCheckMemoAsynchronous function
WLanguage procedure (also called "callback") called by the HCheckMemoAsynchronous function...
<Command variable>.Kill (Function)
Forces the termination of a running executable associated with a command. Note: This function...