ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WordToArray (Function)
Fills an array with the words from a string.
<Array>.Min (Function)
Returns the lowest value in the array.
<Array>.Max (Function)
Returns the greatest value in the array.
<Array>.Shuffle (Function)
Shuffles the elements of a WLanguage array.
ArrayDistinct (Function)
Returns an array without duplicates.
<Array>.Distinct (Function)
Returns an array without duplicates.
<Array>.Sum (Function)
Calculates the sum of the array elements.
Ribbon of editors
The different options of the WINDEV, WEBDEV and WINDEV Mobile editors are presented via a ribbon......
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
The "Image catalog" pane
The "Image catalog" pane is a context-sensitive image catalog......
Seek (Function)
Searches for the index of an element in a WLanguage array.
<Array>.AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
Error 112: An array can only have a maximum of X dimensions
Reduce (Function)
Applies a computation to each element of a WLanguage array.
Apply (Function)
Executes a procedure for each element of a WLanguage array.
CheckAllTrue (Function)
Returns True if all the elements of an array are True.
CheckAllFalse (Function)
Returns True if all the elements of an array are False.
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
<Array>.Apply (Function)
Executes a procedure for each element of a WLanguage array.
<Array>.Mean (Function)
Calculates the mean of the values within an array.
<Array>.AllFalse (Function)
Returns True if all the elements of an array are False.
<Array>.AllTrue (Function)
Returns True if all the elements of an array are True.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
ArrayToParameters( Function)
Converts an array of elements into a list of parameters.
SysUnlinkExtension (Function)
Deletes the association between an extension and a command that was created by SysLinkExtension.
1
3
4
5
6
7
71
>