ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
Events associated with a Repositionable Note control
Events associated with a Repositionable Note control...
The Wire control
The Wire control is used to visually link 2 controls......
Events associated with an Organization Chart control
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
Events associated with the Conference control
List of events associated with a Conference control...
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
Events associated with the Pivot Table control
MapExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
FullScreenEnable (Function)
Switches the browser to "Full screen" mode. The browser occupies the entire screen.
TestCheckEqual (Function)
Checks whether the expressions are equal 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.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Events associated with the cells of the status bars
WINDEV manages the following events by default:...
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
Android and Java: call WLanguage procedures
Permet de spécifier la procédure qui sera appelée lorsque l’utilisateur effectue un clic dans un Widget iOS 14....