ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed as parameter.
Managing parallel tasks
The computers are becoming more and more powerful......
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of the HFSQL data files and for all the other types of accesses (Native, OLE DB, ......
The "Code snippets" pane
The "Code snippets" pane lists the code snippets currently available......
Error 1009: The member of the class is private
7. Window templates
...Window templates...
SysCacheExternalStorage (Function)
Returns the path of directory that will be used to store the data in cache on the external storage space of application.
WBAdminAccount (Variable type)
The WBAdminAccount type is used to define all the advanced characteristics of a WEBDEV account in a WEBDEV Application Server.
Error 26: No END statement is associated with this THEN
Java functions
List of Java functions...
Customizing the errors
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV site......
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.