ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
ArraySort (Function)
Sorts a WLanguage array.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
SocketExist (Function)
Checks the existence of socket.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
Size (Property)
The Size property is used to determine and change the size of an element.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
MatInvert (Function)
Calculates the inverse of a square matrix.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Constants for managing Map controls
Constants for managing Map controls...
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the media file played in the Multimedia control.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the media file played in the Multimedia control.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
XMLSavePosition (Function)
Stores the current position in the XML document.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
StatVariance (Function)
Calculates the variance for a series of values.
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.
Document (Variable type)
The Document type is used to handle a "docx" document.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.