ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Events associated with Edit controls
WLanguage events associated with Edit controls...
Chart control: "Details" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description window of Chart control is used to describe......
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
GetDefinition (Function)
Retrieves the definition of element type.
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
Constants for the Exif functions
List of constants used by the Exif functions....
HReadLast (Function)
Sets the position on the last record of a table according to a browse item.
Testing and debugging an application on an Android device
All developers appreciate the possibility to debug an application directly on the device......
WDINT license agreement
WDINT license agreement...
Software factory: Installation
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
PythonExecute (Function)
Executes a function present in a Python module.
Time (Type of variable)
The Time type is used to easily handle the times...
HWrite (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.