ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ThreadEnd (Function)
Ends the execution of the current thread.
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Secret string vault
Passwords, private keys and tokens are often used in programming......
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
HLockFile (Function)
Locks a table and restricts the access to this table for all other sites or applications.
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
BackgroundTaskAdd (Function)
Adds a new background task.
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web server from the WEBDEV Application Server......
hBackupDescription (Variable type)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
WINDEV and the SOAP protocol
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
12. Retrieving data from a site