ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
Phone constants (Android / iOS)
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......
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......
iPrintImage (Function)
Sends the image file to print to the print buffer.
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......
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....
Image detection management constants
Calculates the width (in millimeters) of the text to print, according to the specified font....
Events associated with a Sliding Banner control
WEBDEV manages the following events by default (order of appearance in the code editor)...
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
The Item control
The "Item" control is used to edit the content of an item found in a data file......
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
Clipping the window according to an image
An image can be used to easily define the shape of a window......
Check model
You can use check models to easily create checks...