ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
FTPListFile (Example)
Usage example of the FTPListFile function
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.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
Extern (Reserved word)
EXTERN is used to...
Parameters of the procedure used by TreeListItem
Procedure ("Callback") called by TreeListItem for each "child" element found. This procedure can be a local, global or internal procedure.
IF statement
The conditional IF statement allows you to run an action according to a condition...
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
SOAPRun (Function)
Runs a procedure on a SOAP server.
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
gglConnection (Type of variable)
The gglConnection type is used to describe a connection to the Google services and to manage the authentication to different services...
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
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.
<emailSMTPSession variable>.CloseSession (Function)
Closes an SMTP session.
TreeExpand (Function)
Expands a node in a TreeView control.
Height (Property)
The Height property is used to get and change the height of an element.
FinError (Example)
Usage example of the FinError function
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.