ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Dynamic array (Variable type)
A dynamic array is an "advanced" type of array...
New (Reserved word)
New is used to allocate memory space...
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
Events associated with the project
List of events associated with the project...
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.
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.
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
SemiDynamicPageDisplay (Function)
Displays a semi-dynamic page in the browser of the Web user from a dynamic or static WEBDEV page.
<Array>.DeleteDuplicate (Function)
Deletes the duplicates from an array.
The Cell control
The Cell control contains controls......
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
3. Types of dynamic sites
A dynamic site is used to display pages whose content changes. In most cases, the content of these pages is linked to a database....
Sum (Function)
Calculates the sum of the array elements.