ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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......
TableMode (Function)
TableMode is kept for backward compatibility.
WEBDEV concepts
BackgroundTaskDelete (Function)
Deletes a background task (that was added by BackgroundTaskAdd).
BackgroundTaskAdd (Function)
Adds a new background task.
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......
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
hbRead (Function)
Reads cells (values of items) of a row (record) in an HBase table.
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
Unnecessary confirmation dialogs? Use automatic validation
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
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....
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
WDScript: use in command-line and console mode
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
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.
hbGetTableDescription (Function)
Retrieves the description of an HBase table.
hbColumn (Type of variable)
The hbColumn type is used to define the advanced characteristics of a column (item) in a HBase table.
<ParallelTask variable>.RequestCancellation (Function)
Requests the cancellation of a parallel task.