ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SysWinActive (Function)
Returns the handle of the active window or activates a window.
XMLAddChild (Function)
Adds a child tag into an XML document.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
StatMax (Function)
Calculates the maximum value for a series of values.
StatMin (Function)
Calculates the minimum value for a series of values.
StatSum (Function)
Calculates the sum for a series of values.
Sound (Function)
Plays a sound in WAV format.
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
Window functions
List of functions for managing windows...
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
ExeListProcess (Function)
Returns the list of applications currently run.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.