ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<xmlNode variable>.ValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
Factorial (Function)
Returns the factorial of an integer number.
fRemoveDir (Function)
Deletes a directory from a disk.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
MatRead (Function)
Reads the value of a matrix element.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
zipDeleteAll (Function)
Deletes all files from an archive.
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
Breadcrumb control properties
The WLanguage properties are used to handle the Breadcrumb control as well as one of its elements......
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
SQLChangeConnection (Function)
Modifies the current connection.
Peeling Corner control properties
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
SocketWrite (Function)
Writes a message intended to another socket.