ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Array>.Apply (Function)
Executes a procedure for each element of a WLanguage array.
Apply (Function)
Executes a procedure for each element of a WLanguage array.
Reduce (Function)
Applies a computation to 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.
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
GglListCalendar (Example)
Usage example of the GglListCalendar function
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
DriveRename (Function)
Renomme un fichier ou un répertoire sur un disque distant.
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....
2. Types of setup
Types of setup...
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
Calendar (Type of variable)
The Calendar type is used to handle a calendar (or organizer) associated with a user account or found on the device.
Region (Property)
The Region property îs used to get and change a region.
WDTRAD options
GglGetCalendar (Example)
Usage example of the GglGetCalendar function