ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
Watermark (Type of variable)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or through programming.
Dictionary
The dictionary is a file that can contain the project elements......
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
TabOpen (Function)
Opens a new pane in a Dynamic Tab control.
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
docElementImage (Type of variable)
The docElementImage type is used to handle the characteristics of an Image element found in a docElement variable.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
HCloseConnection (Example)
Usage example of the HCloseConenction function
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
Open (Function)
Opens a modal WINDEV window.
Automatic index generation
The automatic index generation suggests index keywords based on the content of your help page......
iPrintImage (Function)
Sends the image file to print to the print buffer.
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....