ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
zipClose (Function)
Closes an archive.
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
MongoDB functions
The following functions and types are used to handle the MongoDB data:...
grAxisPosition (Function)
Indicates the position where one of the chart axes (X or Y-coordinates) will be drawn.
grSeriesOpacity (Function)
Modifies the opacity factor of a series in a chart.
Anchored move on the main axes
To facilitate the positioning of controls, you have the ability to force their move according to the four main axes (0°, 45°, 90°, 135°)....
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Events associated with Looper controls
List of events associated with Looper controls...
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
grScatterAddDataXY (Function)
Adds a data into a "Scatter" chart.
WLanguage properties available in PHP
The following properties are available in PHP...
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
Constants for managing the applications with "Live update"
List of constants used by functions for managing applications with "Live update"....
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.