ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
Replication management functions
Three types of replication are proposed......
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
EmailSetTimeOut (Function)
Changes the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
HDeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
CertificateClientInfo (Function)
Returns information about the certificate used by the client computer.
ClientCertificate (Property)
The ClientCertificate property is used to manage client certificates.
ClientCertificatePassword (Property)
The ClientCertificatePassword property handles the password of a client certificate.
WebSocketClientConnectSSL (Function)
Establishes an SSL connection between the client and a WebSocket server.
<Connection variable>.ListDatabase (Function)
Lists the Client/Server databases associated with a connection....
<Connection variable>.DeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
HDeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
HDeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
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....