ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
TreeInfoXY (Function)
Returns the TreeView element found at a given position.
StatCovariance (Function)
Calculates the covariance between two series of values.
StatSum (Function)
Calculates the sum for a series of values.
StatVariance (Function)
Calculates the variance 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.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
StatVarianceP (Function)
Calculates the variance for a full series of values.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
Associative array (Type of variable)
An associative array is an "advanced" type of array...
The Edit control
The Edit control allows users to enter data......
beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
iParameterReport (Function)
Configures the printer by opening the configuration window.
Defining clickable areas
In a page, an Image control can contain clickable areas......
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
WDBal messaging: Overview
WDBal is a secure messaging, included in WINDEV, WEBDEV and WINDEV Mobile......
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
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).