ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

grIncreaseData (Function)
Adds a value to a data in a chart.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
TreeView Table control properties
List of properties associated with the TreeView Table control...
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
The Line control
A Line control is used to display a line in a page......
13. Security benefit: managing the "Back" button
Position
The Position keyword can correspond to...
<Source>.Add (Function)
Add: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
DateToDay (Function)
Returns the day that corresponds to a given date.
MatCreate (Function)
Creates a matrix containing 0 row and 0 column.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
StatMin (Function)
Calculates the minimum value for a series of values.
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
AssistedInputAdd (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
Check Box control properties
Several WLanguage properties can be used on the Check Box controls found in a window, in a page or in a report......
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
HViewToFile (Example)
Usage example of the HViewToFile function