ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SSLActive (Function)
Used to enable or disable the secure SSL mode.
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
Copying and cloning
Variables are copied using the "=" operator...
WebSocketClientConnectSSL (Function)
Establishes an SSL connection between the client and a WebSocket server.
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Handling TimeLine controls programmatically
A TimeLine control can be......
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Query
The keyword "Query" is used to describe:
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
17. Project Management Hub
...Project Management Hub...
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
HFSQL constants
List of constants used by the HFSQL functions....
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Filling a Chart control
The data that will be displayed in the Chart control can come from......
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
Assignment operators
Three assignment operators are available......
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......