ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Calling a procedure/a function
Syntax for calling a local or global procedure.
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...
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.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Typecasting of parameters
The description of the parameter type is optional...
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...
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying...
Manipulating Segmented Button controls programmatically
WINDEV and WINDEV Mobile allow you to programmatically manipulate Segmented Button controls......
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
SpellAvailable (Function)
... in the controls that use the integrated correction or check performed by WLanguage functions).
ProgressBar (Property)
... when calculating a Pivot Table control (PVTCalculateAll and PVTCalculateUpdate functions).
TableColumnSelect (Function)
... This function is kept for backward compatibility. It is recommended to use TableSelect.
AAFExecute (Function)
Runs an Automatic Application Feature (AAF) on a control or window. This function can be used...
Functions specific to iOS - Apple Watch communication
The WLanguage functions specific to the communication between the iOS applications...
InUniversalWindowsPlatformMode (Function)
...Function kept for backward compatibility.
Functions for managing Google calendars (prefix syntax)
List of functions for managing Google calendars (prefix syntax)...
Functions for managing Google contacts (prefix syntax)
List of functions for managing Google contacts...
<Source>.ViewToFile (Function)
... in the corresponding data file. This function uses the former view mechanism.
nWDGetHFContext: Get the HFSQL context
Gets the HFSQL context (applies to C, Pascal and Visual Basic only)......
Miscellaneous Windows functions
List of miscellaneous Windows functions...
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept...
gLinkActivate (Function)
...Function kept for compatibility. It is recommended to use gStoredValueEnable.
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access...
HViewToFile (Function)
... in the corresponding data file. This function uses the former view mechanism.
NetConnect (Function)
by WINDEV. This function is kept for backward compatibility....
NetDisconnect (Function)
by WINDEV. This function is kept for backward compatibility....
NetStartServer (Function)
...This function is kept for backward compatibility.
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error...
BitcoinCoreHashRate( Function)
Returns the number of times the sha256 function had to be calculated per second to calculate...