ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StatMax (Function)
Calculates the maximum value for a series of values.
DurationToString (Function)
Converts a duration to a character string in the specified format.
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
StatCovariance (Function)
Calculates the covariance between two series of values.
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
HCheckStructure (Function)
Defines the mode for comparing data files.
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
StatSum (Function)
Calculates the sum for a series of values.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
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.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
modbusSession (Type of variable)
The modbusSession type is used to identify a connection to a Modbus server.
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
Chart: Managing legends
Several types of legends are supported in the charts......
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
Complete (Function)
Returns a character string of a specified length.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
StatVarianceP (Function)
Calculates the variance for a full series of values.
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.