ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

xlsLayout (Type of variable)
The xlsLayout type is used to define all the layout characteristics of a sheet of an XLSX document in a Spreadsheet control.
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
SaaS constants
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
NetGetFile (Example)
Usage example of the NetGetFile function
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.
The Edit control
The Edit control allows users to enter data......
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
MyParent (Reserved word)
MyParent is used to handle...
LooperAddLine (Function)
Adds a row at the end of a Looper control.
<Array>.Reduce (Function)
Applies a computation to each element of an array.
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
fListDirectory (Example)
Usage example of the fListDirectory function
FTP constants
List of constants used by the FTP functions....
xlsNbRows (Function)
xlsNbRows is kept for backward compatibility only.
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
MatRead (Function)
Reads the value of a matrix element.
IF statement
The conditional IF statement allows you to run an action according to a condition...
MatFloatAdd (Function)
Adds a value to each matrix element.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.