ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

My Preset controls
It is not uncommon for developers to recreate the same controls, with the same style and (almost) the same code in the same project, without using a template or an Internal Window control......
ErrorReset (Function)
Resets the detection of non-fatal errors: The result of ErrorInfo is reset. The ErrorOccurred variable returns to False....
MultiPolygonGeo (Variable type)
The MultiPolygonGeo type can be used to store a collection of non-overlapping polygons defined with geographic coordinates.
SOAP web services: create, generate and deploy
WINDEV and WEBDEV allow you to generate web services directly......
7. Multilingual applications in practice
ERR_TIMEOUT_REQUEST
The request did not respond within the timeout ( seconds). ERR_TIMEOUT_REQUEST (22)...
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
How to create a menu?
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
HCS.Timeout (Variable)
The HCS.Timeout variable is used to modify the connection timeout: for the connections established by HOpenConnection. for the automatic connection openings....
CtDescribedPassword (Property)
The CtDescribedPassword property allows you to set the password used to open a table in an OLE DB connection (only for tables defined programmatically).
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
20. Managing suggestions and incidents
Managing suggestions and incidents...
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
15. Project Management Hub
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......