ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Associative array (Variable type)
An associative array is an "advanced" type of array...
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Functions for managing arrays (prefix syntax)
List of functions for managing arrays
Array functions
List of functions for managing arrays
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
Table
The "Table" keyword can correspond to...
ArraySort (Function)
Sorts a WLanguage array.
<Array>.Sort (Function)
Sorts a WLanguage array.
Sort (Function)
Sorts a WLanguage array.
<Array>.Reverse (Function)
Reverses the content of a one-dimensional array.
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
FOR EACH/FOR ALL statement (browse of enumerations)
The FOR EACH statement is used to browse the available values in the enumerations.
FOR EACH/FOR ALL statement (browse of combinations)
The FOR EACH statement is used to browse the available values in the combinations.
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)...
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
ArrayCopy (Function)
Copies the content of an array to another array.
3. Dates, arrays and structures
WEBDEV Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
3. Dates, arrays and structures
WINDEV Mobile Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Constants for managing arrays
List of constants used by the functions for array management....
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
MemAdd (Function)
Adds an element to a memory area.
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Exist (Property)
The Exist property is used to determine if an element exists.
MemDeleteAll (Function)
Clears and deletes a memory zone.
1
2
3
4
5
6
71
>