ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records in an HBase database.
hbDelete (Function)
Deletes: one or more cells from an HBase table for one or more columns. a row from an HBase table....
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
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.
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
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......
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
DiagramSave (Function)
Saves a diagram as a "diag" file.
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.
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......
BackgroundTaskDelete (Function)
Deletes a background task (that was added by BackgroundTaskAdd).
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.
BackgroundTaskAdd (Function)
Adds a new background task.
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......
hbRead (Function)
Reads cells (values of items) of a row (record) in an HBase table.