ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Camera functions
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
Events associated with Button controls
List of events associated with Button controls...
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
<Camera>.StartDecoding (Function)
Starts decoding bar codes in a Camera control.
Page Footer block
The Page footer block is run at the end of each page......
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
Using the task management and the schedule
Time management is extremely important......
Sequence of selection conditions for a query
When at least two selection conditions are found in a query, the sequence of selection conditions must be specified by the conditional operators AND and OR......
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
WHelp (Function)
Displays a file or a help page in HLP or CHM format.
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control in an Android application......
Telemetry management functions
The following functions are used to manage the telemetry:...
Constants for telemetry management
Constants for telemetry management...
<Array>.MoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
Variable scope
Variables can be declared anywhere in the code....
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......