ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ToClipboard (Function)
Writes text or image information into the system clipboard.
StatCovariance (Function)
Calculates the covariance between two series of values.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
GglGetStaticMap (Example)
Usage example of the GglGetStaticMap function
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
LooperCount (Function)
Returns the number of rows in a Looper control.
CertificateSignString (Function)
Creates the signature of a character string.
StatSum (Function)
Calculates the sum for a series of values.
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
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.
Array management functions
List of functions for managing arrays...
HDelete (Function)
Deletes a record from a data file (query or view).
mongoWriteConcern (Type of variable)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested for the write operations in a stand-alone mongod, in a set of replicas or in fragmented clusters.
LanguageToName (Function)
Returns the name of a language.
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
WDMSG license agreement
WDMSG license agreement...
ErrorBuild (Function)
Displays a custom error message in a system error window.
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
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....