ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
mongoOperationDeleteOne (Type of variable)
The mongoOperationDeleteOne type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. The first document that matches the filter will be deleted.
mongoOperationDeleteAll (Type of variable)
The mongoOperationDeleteAll type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. All the documents that match the selection filter will be deleted.
Time (Type of variable)
The Time type is used to easily handle the times...
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
Info (Function)
Displays a custom message in a system information window.
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
mongoOperationReplaceOne (Type of variable)
The mongoOperationReplaceOne type is used to define all the advanced characteristics of a document replace operation that will be added to a bulk operations list. The first document that matches the filter will be replaced.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
WLanguage properties available in PHP
The following properties are available in PHP...
Various constants
List of various constants used by the constants WINDEV functions....
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
mongoOperationAdd (Type of variable)
The mongoOperationAdd type is used to define all the advanced characteristics of a document add operation in bulk.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
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...
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
MCI constants
List of constants used by the MCI functions....
Popup window
WINDEV allows you to open windows in popup format......
SocketRead (Function)
Retrieves a message sent by another socket.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
Constants for the archiving functions
List of constants used by the archiving functions....
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....