ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic error handling
Error handling can be customized for each process...
sfExecuteProcessResult (Type of variable)
The sfExecuteProcessResult type is used to find out the result of SFExecuteProcess...
KioskEnable (Function)
Switches the current Android application to kiosk mode.
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.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
Troubleshooting
This chapter presents the main problems (and their solutions) that can occur when using the WEBDEV Application Server...
Control constants
List of constants used by the functions for managing controls...
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
HErrorDuplicates (Example)
Usage example of the HErrorDuplicates function
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
MatFloatAdd (Function)
Adds a value to each matrix element.
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
Service variable
The Service variable is used to......
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min