ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Installing a WEBDEV website
There are two methods to install a WEBDEV website on a Unix server......
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......
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......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
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......
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
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.
Comparison operators
The comparison operators can be divided into several categories......
WEBDEV concepts
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
Operator on Address
The & operator returns the address of a variable as an integer