ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Functions for managing menus (prefix syntax)
List of functions for managing menus...
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....
<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....
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....
WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
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....
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
Error 1: Syntax error
Python: Use in WLanguage
WLanguage supports Python functions in native mode......
Table populated programmatically: handling in WLanguage
Here is an overview of how to manipulate Table controls populated programmatically in WLanguage....
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting provider......
Error 802: Invalid syntax for this function
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
Automatic completion
The automatic completion helps you write WLanguage code in your applications......