ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Designation of current element (Reserved word)
The keywords used to identify the current element are:
XMLElementName (Function)
Returns the name of current element (tag or attribute).
<Chart>.Color (Function)
Returns and initializes the color of different chart elements.
<List Box>.SelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
OrgOccurrence (Function)
Returns the number of elements found in an Organization Chart control.
XMLChild (Function)
Positions on the first child element of current element.
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project...
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
<List Box>.Count (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete...
grColor (Function)
Returns and initializes the color of different chart elements.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
<Organization Chart>.Occurrence (Function)
Returns the number of elements found in an Organization Chart control.
XMLFind (Function)
Performs a search in an XML document.
XMLElementType (Function)
Returns the type of current element (tag or attribute).
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
StatCovariance (Function)
Calculates the covariance between two series of values.
2. Projects in practice
Discover the main operations that can be performed on a project....
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages,...
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
JSProperty (Function)
Used to handle specific features on the objects found in the current page.
Sort (Function)
Sorts a WLanguage array.
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
MatRead (Example)
Usage example of the MatRead function
12. Control templates
...Control templates...
12. Available tests
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.
The "Code hashtags" pane
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages,...