ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Array>.Sort (Function)
Sorts a WLanguage array.
ArraySort (Function)
Sorts a WLanguage array.
Creating the Relation pages of a WEBDEV RAD pattern
Constants for managing arrays
List of constants used by the functions for array management....
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
ChangeStyle (Function)
Modifies the style of a control dynamically.
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
Import an Document Figma
Les fonctions Bitcoin permettant notamment de manipuler un serveur Bitcoin Core sont les suivantes ......
TreeListItem (Example)
Usage example of the TreeListItem function
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
StatCovariance (Function)
Calculates the covariance between two series of values.
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
StatSum (Function)
Calculates the sum for a series of values.
StatVariance (Function)
Calculates the variance for a series of values.
StatMax (Function)
Calculates the maximum value for a series of values.
StatMin (Function)
Calculates the minimum value for a series of values.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
StatVarianceP (Example)
Usage example of the StatVarianceP function
StatStandardDeviationP (Example)
Usage example of the StatStandardDeviationP function
Creating an insert query
An insert query (corresponding SQL statement......
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......