ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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).
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Events associated with a Multimedia control
List of events associated with a Multimedia control...
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
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.
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.
geoRunApp (Function)
Starts the device's native maps application to display: a specific geographical location, a route between two locations....
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.
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......
Multi-touch management functions
The following functions are used to manage the multi-touch......
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
Constants for telemetry management
Constants for telemetry management...
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
HCreateMovableReplica (Function)
Creates a movable replication.
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...
ERR_BAD_URL
<Connection variable>.Backup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.