ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
ChangeTarget (Function)
Changes the target of a button action.
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
EmailSetTimeOut (Function)
Changes the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
How to read emails via the IMAP protocol?
This help page explains how to read emails via the IMAP protocol....
Operations performed on component diagrams
The following paragraphs explain......
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
Events associated with formatted display controls
List of events associated with formatted display controls...
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Service variable
The Service variable is used to......
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
The different types of windows
The following types of windows can be created in a WINDEV application......
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Interactions between a Flash® animation and WEBDEV
A Flash® animation can be used to display information in the controls of a WEBDEV page......
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
Operations performed on class diagrams
The following paragraphs explain......
16. Application test in practice