ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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......
Installing a WEBDEV website
There are two methods to install a WEBDEV website on a Unix server......
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.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
Comparison operators
The comparison operators can be divided into several categories......
ToastDisplay (Function)
Displays a "Toast" message.
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
17. TLS/SSL: Encrypting information on the Web