ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed....
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Importing data files into the analysis (external database, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc, ...
StatSum (Function)
Calculates the sum for a series of values.
StatVariance (Function)
Calculates the variance for a series of values.
grDeleteSeries (Function)
Deletes a data series from a chart.
2. WEBDEV administrator in practice
Changing sites from AWP to SEO-ready session mode
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
InServiceMode (Function)
Indicates whether the code is run in a service.
BTEnableService (Function)
Enables a service provided by a Bluetooth device.
ServiceWait (Function)
Pauses the current service during the specified duration.
ServiceInfo (Function)
Returns information regarding the configuration of a service.
SaaSAdminAddService (Function)
Adds a SaaS service into the description of a site.
GglGetDocument (Function)
Downloads a document from the Google Docs service.
grSeriesOpacity (Function)
Modifies the opacity factor of a series in a chart.
<Chart>.SeriesColor (Function)
Initializes the color of a series or the color of a section.
<Chart>.SeriesLabel (Function)
Initializes the label of a data series in a chart.
<Chart>.ScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
<gglConnection variable>.GetDocument (Function)
Downloads a document from the Google Docs service.
<Chart>.SeriesOpacity (Function)
Modifies the opacity factor of a series in a chart.
StatVarianceP (Function)
Calculates the variance for a full series of values.
StatCovariance (Function)
Calculates the covariance between two series of values.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
StatMax (Function)
Calculates the maximum value for a series of values.
StatMin (Function)
Calculates the minimum value for a series of values.
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.