ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
<Source>.PrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Importing data files into the analysis (external database, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed....
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
fUnlock (Function)
Entirely or partially unlocks an external file.
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
The Context Menu control (WEBDEV)
Context menus are often used in websites......
Import an Document Figma
Les fonctions Bitcoin permettant notamment de manipuler un serveur Bitcoin Core sont les suivantes ......
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
Chart constants
List of constants used by the functions for chart management....
<Chart>.PointType (Function)
Modifies the shape of point for a specific category or value found in a Line, Area, Scatter and Radar chart.
tapiListen (Example)
Usage example of the tapiListen function
UPNPGetBrightness (Function)
Retrieves the brightness of a UPnP device.
UPNPGetContrast (Function)
Retrieves the contrast of a UPnP device.
UPNPGetVolume (Function)
Retrieves the volume of a UPnP device.
UPNPGetSharpness (Function)
Retrieves the sharpness of a UPnP device.
UPNPModifySharpness (Function)
Changes the sharpness of a UPnP device.
UPNPModifyVolume (Function)
Change the volume of a UPnP device.
UPNPModifyContrast (Function)
Modifies the contrast of a UPnP device.
UPNPModifyBrightness (Function)
Modifies the brightness of a UPnP device.