ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
JSON (Variable type)
The JSON simplifies actions on data in JSON format.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean 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.
StatSum (Function)
Calculates the sum for a series of values.
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
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
<Unicode string>.RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
<ANSI string>.RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
Find/Replace in the current project
The "Find/Replace" feature is used to......
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.
StatVariance (Function)
Calculates the variance for a series of values.
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)...
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
Sort (Function)
Sorts a WLanguage array.
StatVarianceP (Example)
Usage example of the StatVarianceP function
StatCovariance (Function)
Calculates the covariance between two series of values.