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...
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
<Array>.Union (Function)
Returns an array corresponding to the union of two arrays.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
<Array>.UnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
Memory area management functions
The following functions are used to handle the certificates:...
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...
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Associative array (Type of variable)
An associative array is an "advanced" type of array...
Various constants
List of various constants used by the constants WINDEV functions....
3. Dates, arrays and structures
WEBDEV Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
3. Dates, arrays and structures
WINDEV Mobile Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
How to use an array of structures?
An array of structures is an Array variable......
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Events associated with the project
List of events associated with the project...
Error 116: An array dimension must be an integer value
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
DeleteColumn (Function)
Deletes a column at a given position from the advanced array property (array of gglCalendar events, etc.).
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
1
2
3
4
5
6
74
>