ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......
Creating a Pivot Table control
To create a Pivot Table control......
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
WDMap: Reindexing an HFSQL table
WDMap can be used both to determine whether an HFSQL table should be reindexed and to reindex an HFSQL table......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
Installing a WEBDEV website
There are two methods to install a WEBDEV website on a Unix server......
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
DnD constants
List of constants used by the functions for managing the Drag and Drop....
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
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.
<ParallelTask variable>.RequestCancellation (Function)
Requests the cancellation of a parallel task.
fCreate (Function)
Creates an external file.
fOpen (Function)
Opens an external file (ANSI or UNICODE) for programmatic manipulation.
Operator on Address
The & operator returns the address of a variable as an integer
Multiline strings
To type character strings over several lines in the code editor...
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
Comparison operators
The comparison operators can be divided into several categories......