ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Dynamic array (Variable type)
A dynamic array is an "advanced" type of array...
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
New (Reserved word)
New is used to allocate memory space...
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
<Array>.Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
<Array>.Reverse (Function)
Reverses the content of a one-dimensional array.
<Array>.Insert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
The different types of variables
The different types of variables are......
Different types of data (Type of variable)
A variable is defined by name and type......
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
Dimension (Example)
Example of use of Dimension
List of reserved words
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Composite variable
A composite variable contains different types of elements (members)...
Structure (Type of variable)
A structure is a custom type of data...
Constants for managing arrays
List of constants used by the functions for array management....
VariableReset (Function)
Resets the variable to its initial value.
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
<Array>.Intersect (Function)
Returns an array corresponding to the intersection of two arrays.
1
2
3
4
5
6
74
>