ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Copying and cloning
Variables are copied using the "=" operator...
BackgroundTaskAdd (Function)
Adds a new background task.
hbCreateTable (Function)
Creates an HBase table or modifies the description of an HBase table.
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
TableMode (Function)
TableMode is kept for backward compatibility.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
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......
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
ParallelTaskConfigure (Function)
Modifies the parameters of parallel tasks.
PopupClosePage (Function)
Hides a page displayed as a popup via PopupDisplayPage.
HandwrittenInput (Property)
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC or Windows Vista, respectively).
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
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......
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.
DiagramSave (Function)
Saves a diagram as a "diag" file.
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
Examples for using the OLE DB provider for HFSQL
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
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......
PageParameter (Function)
Returns the value of a parameter passed to the current page.
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......