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....
ServiceRefresh (Function)
Asks a service to re-read its configuration information.
saasService (Type of variable)
The saasService type is used to define the advanced characteristics of a SaaS service.
SaaSAdminListService (Function)
Lists the SaaS services associated with a SaaS site, a pricing or a user.
SaaSIsConnected (Function)
Defines whether the connection to the SaaS web service is still established.
<Chart>.AutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
dbgConnect (Function)
Used to connect a remote debugger to an application, service, Webservice, etc.
grComparativeSeriesPosition (Function)
Fixes the position (left or right) of a series in a comparative Histogram chart.
<btleService variable>.GetAllCharacteristics (Function)
Retrieves all the characteristics with the same identifier associated with a Bluetooth Low Energy service.
<Chart>.ComparativeSeriesPosition (Function)
Fixes the position (left or right) of a series in a comparative Histogram chart.
tapiListen (Function)
Starts the call detection (also called "call monitoring service").
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
The "Radar" charts
The Radar chart is used to highlight a series according to another one......
17. Project Management Hub
...Project Management Hub...
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
Multilingual project
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes......
WINDEV and the SOAP protocol
Service management functions
List of functions for managing services...
ServiceList (Function)
Returns the list of services found on the current computer or on the specified remote computer.
btleCharacteristic (Type of variable)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
Google Maps management functions
List of functions for managing Google maps...
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......