ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

StatVariance (Function)
Calculates the variance for a series of values.
FolderData (Function)
FolderData is kept for backward compatibility.
ArrayDistinct (Function)
Returns an array without duplicates.
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
ArrayCopy (Function)
Copies the content of an array to another array.
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
Sensor constants
Constants used by the SensorXXX functions...
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
XMLAddChild (Function)
Adds a child tag into an XML document.
Keywords (Property)
The Keywords property is used to get and modify the keywords associated with a page.
gClickableLink (Function)
Adds a clickable link in a graphic string.
EmulateActionBar (Function)
Emulates an Action Bar during the automated tests run on a mobile device (Android or iOS).
SysWinActive (Function)
Returns the handle of the active window or activates a window.
IWListDelete (Function)
Deletes an internal window found in the list of internal windows browsed by an Internal Window control.
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
pdfControl (Variable type)
The pdfControl type is used to get all the characteristics and values of a control present in a PDF form.
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...