ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Automatic error handling
Error handling can be customized for each process...
ftpConnection (Variable type)
The ftpConnection type is used to define all the advanced characteristics of an FTP connection.
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
CertificateClientInfo (Function)
Returns information about the certificate used by the client computer.
HViewToFile (Example)
Usage example of the HViewToFile function
FinLinearRedemption (Function)
Calculates the value of linear amortization of a product over a specific period of time.
HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
sfExecuteProcessResult (Type of variable)
The sfExecuteProcessResult type is used to find out the result of SFExecuteProcess...
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
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.
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
httpRequest (Variable type)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
KioskEnable (Function)
Switches the current Android application to kiosk mode.
Manipulating a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Troubleshooting
This chapter presents the main problems (and their solutions) that can occur when using the WEBDEV Application Server...
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....