ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
IF statement
The conditional IF statement allows you to run an action according to a condition...
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
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.
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
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.
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.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
NbDescribedThumbnail (Property)
The NbDescribedThumbnail property is used to get the number of thumbnails expected for an item.
EnumSubElement (Example)
Usage example of the EnumSubElement function
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
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.
SQLExec (Example)
Usage example of the SQLExec function
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
Printing the content of a pivot table (AAF)
Pivot Table controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......