ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BackgroundTaskList (Function)
Returns the list of background tasks for the application.
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
PopupClosePage (Function)
Hides a page displayed as a popup via PopupDisplayPage.
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
BackgroundTaskDelete (Function)
Deletes a background task (that was added by BackgroundTaskAdd).
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
Remote WEBDEV administrator: Configuration to use the statistics
A specific account dedicated to the management of statistics is required to access the statistical module. This account can be created via the remote administrator....
Error 1017: The method is not global: use: to access it
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Error 1006: The member is not global: use: to access it
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
Events associated with an infinite Progress Bar control
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
WDScript: use in command-line and console mode
Properties associated with infinite Progress Bar controls
An infinite Progress Bar control can be handled in a window by the following WLanguage properties......
Properties associated with the areas defined in Zoning mode
Unnecessary confirmation dialogs? Use automatic validation
8. If you are already familiar with WINDEV
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
<ParallelTask variable>.RequestCancellation (Function)
Requests the cancellation of a parallel task.
Manager of automated tests
The test manager is used to......