ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image properties......
SpellAvailable (Function)
Indicates whether a dictionary is available for the spelling checker (check performed in the controls that use the integrated correction or check performed by WLanguage functions).
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
BackgroundTaskDelete (Function)
Deletes a background task (that was added by BackgroundTaskAdd).
DocSave (Function)
Saves a document as a "docx" file.
BackgroundTaskList (Function)
Returns the list of background tasks for the application.
PopupClosePage (Function)
Hides a page displayed as a popup via PopupDisplayPage.
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
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, ......
Properties associated with windows, pages and controls
List of properties associated with windows, pages and controls...
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....
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
Events associated with an infinite Progress Bar control
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.