ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListItem (Example)
Usage example of the HListItem function
VideoStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
VideoStop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
SchedulerAddTask (Function)
Creates a task in the Windows scheduler (if this task does not already exist).
BTLEInitialize (Function)
Initializes Bluetooth Low Energy (required in Windows and iOS only)
ActionDo (Function)
Creates and runs a custom action (defined through programming) with support of "Undo/Redo"....
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
Handling a Dockable Panel control through programming
A Dockable Panel control can be handled through programming......
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
HMergeView (Example)
Usage example of the HMergeView function
HChangeName (Example)
Usage example of the HChangeName function
Image drawing and processing functions
List of image drawing and processing functions...
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
gglConnection (Type of variable)
The gglConnection type is used to describe a connection to the Google services and to manage the authentication to different services...
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
mongoWriteConcern (Type of variable)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested for the write operations in a stand-alone mongod, in a set of replicas or in fragmented clusters.
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
HErrorDuplicates (Example)
Usage example of the HErrorDuplicates function
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.