ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLLast (Function)
Sets the position on the last row of the query result.
StatStandardDeviationP (Example)
Usage example of the StatStandardDeviationP function
12. Control templates
...Control templates...
14. Report templates
...Report templates are used to easily standardize report layouts....
StatVarianceP (Function)
Calculates the variance for a full series of values.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
ArrayCopy (Function)
Copies the content of an array to another array.
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....
SQLNext (Function)
Positions on the next row of the query result.
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
Sort (Function)
Sorts a WLanguage array.
GranularityDuration (Property)
The GranularityDuration property is used to get and change the size of the grid to resize: appointments in an Organizer control. appointments in a Scheduler control. events in a TimeLine control. tasks in a Gantt Chart column....
TreeExpand (Function)
Expands a node in a TreeView control.
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......
The matrices
WINDEV, WINDEV Mobile and WEBDEV propose several functions used to handle matrices......
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
Shared information
The information entered when creating the files and the items is shared throughout the environment......
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Repairing the project
In some cases, "Project......