ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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......
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 (Function)
Calculates the variance for a full series of values.
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
StatStandardDeviationP (Example)
Usage example of the StatStandardDeviationP function
StatVarianceP (Example)
Usage example of the StatVarianceP function
12. Control templates
...Control templates...
14. Report templates
...Report templates are used to easily standardize report layouts....
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
ArrayCopy (Function)
Copies the content of an array to another array.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
The matrices
WINDEV, WINDEV Mobile and WEBDEV propose several functions used to handle matrices......