ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
DiagramSave (Function)
Saves a diagram as a "diag" file.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
HandwrittenInput (Property)
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC or Windows Vista, respectively).
ParallelTaskConfigure (Function)
Modifies the parameters of parallel tasks.
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
How to read emails via the POP3 protocol?
This help page explains how to read emails via the POP3 protocol....
Generating the setup program
The last wizard step for creating the setup program allows you to......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
8. Smart controls
Ouvre une fenêtre de type popup en précisant sa position d'ouverture et attend sa fermeture....
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
BackgroundTaskDelete (Function)
Deletes a background task (that was added by BackgroundTaskAdd).
BackgroundTaskAdd (Function)
Adds a new background task.
PopupClosePage (Function)
Hides a page displayed as a popup via PopupDisplayPage.