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...
nWDExecuteEx: Running a WLanguage function
Runs a WLanguage function by dynamic compilation, without command formatting......
gFontItalic (Function)
... to this function is in italic type.
Geolocation functions/GPS
The following functions are used to handle geolocation data and to control GPS devices......
FTPProxy (Function)
Specifies whether the communication functions that use the FTP protocol must go through a proxy...
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward...
InWindowsStoreAppMode (Function)
Indicates whether the code is run in Windows Store apps mode. Function kept for backward...
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
Functions for managing tiles
The following functions are used to manage the tiles found in the Windows Store apps applications...
Character string: How to extract, remove and replace words?
This page presents the main operations that can be performed on a character string....
SpreadsheetRecalculateAll (Function)
... that use WLanguage functions/procedures)....
ActionDeclareUndo (Function)
Declares how to cancel an action that was added by ActionDo. This function MUST be called...
Functions for managing Image Editor controls and WDPic variables (prefix syntax)
The following functions are used to handle Image Editor controls and WDPic variables, using prefix...
Calendar functions (prefix syntax)
<Spreadsheet>.RecalculateAll (Function)
... that use WLanguage functions/procedures)....
Modbus functions (prefix syntax)
List of Modbus functions...
<Source>.SortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view...
Euro functions
List of Euro functions...
Matrix management functions
List of functions for managing matrices...
Statistical functions
List of statistical functions...
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view...
Functions for managing contacts (Lotus Notes, Outlook and mobile device)
List of functions for managing contacts: Lotus Notes, Outlook, mobile devices (Android,...
Task management functions
List of functions for managing tasks...
Procedure WLanguage called by the function SensorDetectChangeAcceleration
Procedure (also known as "Callback") called by the SensorDetectChangeAcceleration function...
WEBDEV Application Server remote control functions (prefix syntax)
The following functions are used to manage users and connections on a WEBDEV Application Server,...
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......