ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Operations for synchronizing SCM
When creating an executable, a library or a component, ......
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
ParallelTaskConfigure (Function)
Modifies the parameters of parallel tasks.
HandwrittenInput (Property)
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC or Windows Vista, respectively).
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
TableMode (Function)
TableMode is kept for backward compatibility.
DiagramSave (Function)
Saves a diagram as a "diag" file.
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, ......
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, ......
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....
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
Unnecessary confirmation dialogs? Use automatic validation
hbRead (Function)
Reads cells (values of items) of a row (record) in an HBase table.