ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<ANSI string>.RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
Find/Replace in the current project
The "Find/Replace" feature is used to......
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.
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.
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
Creating the Relation pages of a WEBDEV RAD pattern
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)...
StatCovariance (Function)
Calculates the covariance between two series of values.
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......
Sort (Function)
Sorts a WLanguage array.
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......