ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Browser code (WLanguage): Framework 2
Starting with version 22, WEBDEV offers a new WLanguage framework for browser code...
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code.
Local procedure
Two types of procedures are available...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
16. Types of code
Opens a replication in direct mode or with a replication server.
Global and local variable
Two types of variables are available...
Set of procedures
The global procedures are grouped in set of procedures...
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
Sensor constants
Constants used by the SensorXXX functions...
Array management functions
List of functions for managing arrays...
grInfoXY (Function)
Returns information about the series found at a specific chart point.
StatVariance (Function)
Calculates the variance for a series of values.
TableAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
ToastDisplay (Function)
Displays a "Toast" message.
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
StatVarianceP (Function)
Calculates the variance for a full series of values.
ChronoReset (Function)
Stops and resets a running stopwatch.
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
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.
Sum (Function)
Calculates the sum of the array elements.
LooperInsertLine (Function)
Inserts a row into a Looper control.
HSL (Function)
Creates a color from its hue, saturation and lightness.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...