ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
Using several libraries in an application
A library is a WDL file that contains all the resources......
HOpenConnection (Function)
Opens a connection to a specific database.
Generating an application for Universal Windows 10 App
Chart constants
List of constants used by the functions for chart management....
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
Progress Bar control properties
List of properties associated with the Progress Bar control...
HManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates....
WEBDEV administrator: Installed Webservices
The "Webservices" tab gives information about the dynamic WEBDEV Webservices installed on the computer......
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
Push notification: Android configuration (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using the Firebase platform (instead of Google Cloud Messaging)......
2. Types of setup
Types of setup...
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer....
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
WDSQL, SQL querier: Overview
WDSQL is used to......