ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing HFSQL Classic data files
The HFSQL Control Center allows you to fully manage HFSQL Classic data files......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
Organization chart linked to a data file
4. HFSQL Classic
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
Upgrading a WEBDEV Cluster
WEBDEV Custer is a hosting solution for WEBDEV sites that ensures high performance and availability......
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
<List Box>.DeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
<Source>.ChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
<Source>.ImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
redisConnection (Type of variable)
The redisConnection type is used to define all the advanced characteristics of a connection to a Redis server (or cluster).
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......