ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
Multilingual messages: Convert to new format (version 27 and later)
WINDEV, WEBDEV and WINDEV Mobile have included multilingual project support in many previous versions......
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
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.
WebSocketClientConnectSSL (Function)
Establishes an SSL connection between the client and a WebSocket server.
SSLActive (Function)
Used to enable or disable the secure SSL mode.
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
Query
The keyword "Query" is used to describe:
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......
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
Handling TimeLine controls programmatically
A TimeLine control can be......
17. Project Management Hub
...Project Management Hub...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
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......