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.
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
TableMode (Function)
TableMode is kept for backward compatibility.
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
hbCreateTable (Function)
Creates an HBase table or modifies the description of an HBase table.
hbDelete (Function)
Deletes: one or more cells from an HBase table for one or more columns. a row from an HBase table....
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
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......
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
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.
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
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......
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes......
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......
DiagramSave (Function)
Saves a diagram as a "diag" file.
Developing 64-bit sites
You can deploy 64-bit compatible sites......
BackgroundTaskAdd (Function)
Adds a new background task.
BackgroundTaskDelete (Function)
Deletes a background task (that was added by BackgroundTaskAdd).
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.