ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV Mobile Framework License Agreement
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
HDelete (Function)
Deletes a record from a data file (query or view).
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
WINDEV Framework License Agreement
Push notification
A mobile device can receive push notifications......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
StatVarianceP (Function)
Calculates the variance for a full series of values.
TreeCollapse (Function)
Collapses a branch previously expanded.
Native MySQL Connector - License Agreement
Internal component description
The description of an internal component can opened at any time......
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).
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
StatCovariance (Function)
Calculates the covariance between two series of values.
HClusterAddNode (Function)
Enables a node in an HFSQL cluster.
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.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.