ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...
ContactDisplay (Function)
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad, Universal Windows)....
inAppRestorePurchases (Function)
Restores the purchases of non-consumable products previously performed by the user in an iOS application.
SysCacheExternalStorage (Function)
Returns the path of directory that will be used to store the data in cache on the external storage space of application.
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
HCreateMovableReplica (Function)
Creates a movable replication.
ExeTerminate (Function)
Ends the execution of a 32-bit application on the current computer: all the instances of the executable are killed.
Installer skin template
The setup program creation wizard lets you customize the setup program windows......
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Map control properties
The following properties can be used with Map controls:...
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
Android permission management functions
The following functions are used to manage permissions in Android applications...
Multimedia control properties
List of properties associated with the Multimedia control...
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
Multi-touch management functions
The following functions are used to manage the multi-touch......