ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
Navigation map
The site map path is used to implement the structure and the sequence of pages in your site...
Reduce (Function)
Applies a computation to each element of a WLanguage array.
Apply (Function)
Executes a procedure for each element of a WLanguage array.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Google constants
List of constants used by the Google functions....
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<gglConnection variable>.Request (Function)
Sends a communication request (HTTP request) to a Google service.
<gglConnection variable>.Write (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
GglDelete (Function)
Deletes data from the Google server.
GglRequest (Function)
Sends a communication request (HTTP request) to a Google service.
<gglConnection variable>.Delete (Function)
Deletes data from the Google server.
GglWrite (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......