ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
<Array>.Info (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
<Array>.Reverse (Function)
Reverses the content of a one-dimensional array.
DeleteColumn (Function)
Deletes a column at a given position from the advanced array property (array of gglCalendar events, etc.).
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
<Array>.SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
<Array>.Count (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
<Array>.DeleteDuplicate (Function)
Deletes the duplicates from an array.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
<Array>.InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
<Array>.Reduce (Function)
Applies a computation to each element of an array.
Sum (Function)
Calculates the sum of the array elements.
1
2
3
4
5
6
71
>