ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
Complete (Function)
Returns a character string of a specified length.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
Icon
The "Icon" keyword corresponds to the Icon type, or to the Icon property.
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.
ModbusWriteFloat (Function)
Writes one or more single-precision floats to a Modbus slave, starting at a specific address.
ModbusWriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
Truncate (Function)
Truncates the right part of a string or buffer.
StatSum (Function)
Calculates the sum for a series of values.
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
BrowserName (Function)
Returns the name of the browser of the Web user ("user agent").
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
StatMax (Function)
Calculates the maximum value for a series of values.
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.
MapItineraryDistance (Function)
Calculates the distance of an itinerary in a Map control.
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......