ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
Options of the window editor
To configure the general options of the window editor......
The Control Centers
Control Centers provide a global vision of a given area, whether on the development phase, on an operating site, or on application maintenance or improvement......
KioskEnable (Function)
Switches the current Android application to kiosk mode.
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
Accessibilité (Property)
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
Open (Function)
Opens a modal WINDEV window.
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
Constants for managing windows
List of constants used by the functions for managing windows...
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
BackgroundTaskAdd (Function)
Adds a new background task.
REST web service: Creating a REST web service
A REST web service is a program hosted on a server. This program contains functionalities accessible via HTTP requests......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......