ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
EndEvent (Function)
Cancels the interception of a Windows event on a WINDEV control or window (implemented by Event).
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
inAppRestorePurchases (Function)
Restores the purchases of non-consumable products previously performed by the user in an iOS application.
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
11. Controls in practice
Discover the main characteristics of the controls...
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
WINDEV: Example of programmed Drag and Drop
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
SysIconDisplayTooltip (Function)
Displays a tooltip for an icon found in the taskbar.
Python: Native calls
WLanguage allows for native Python calls......
iDocumentCanceled (Example)
Usage example of the iDocumentCanceled function
Value Description (Type of variable)
A Value Description variable is used to handle the description of an enumeration value through programming.
Option Description (Type of variable)
An Option Description variable is used to handle the characteristics of a combination option through programming.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
mongoOperationsOption (Type of variable)
The mongoOperationsOption type is used to define the options of bulk operations.
5. Modal, non-modal or MDI windows
Modal, non-modal or MDI windows...
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
nWDInit: Initialize the external language
Initializes the external language......
InfoVersion (Type of variable)
The InfoVersion type is used to find out the characteristics of a specific application version.
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......