ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Docker image of the HFSQL server
A Docker container with the HFSQL server is available on Docker Hub...
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything.
For example:
  • a scheduled task may fail,
  • an automatic backup may fail,
  • a node may become inactive in an HFSQL cluster, ...
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)...
<Connection variable>.StartServerUpdate (Function)
Used to immediately start the automatic server update.
HServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
HManageServerUpdate (Function)
Allows you to manage the automatic update of HFSQL Client/Server servers and to define how often to check for updates.
<Connection variable>.OperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
HOperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
<Connection variable>.ManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates.
<Connection variable>.ServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server tables, the wizard allows you to...
HListServer (Function)
Lists the HFSQL servers installed on a computer.
HStartServerUpdate (Function)
Used to immediately start the automatic server update.
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
How to include secure payment in a WEBDEV website?
This help page explains how to add a secure payment into a WEBDEV website......
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
Item Description (Variable type)
An Item Description variable is used to describe one or more items in a table programmatically.
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
Chart: Scale management
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
ReplicEdit: Replication editor
ReplicEdit is a tool used to define the characteristics of a replication......
ReplicSynchro: Use
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
Type (Property)
The Type property gets and sets the type of an element.
Brochure des nouveautés 2024 : Nouveautés communes
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024....
ControlClone (Function)
Creates a new control from an existing control.
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
StreamConfigure (Function)
Specifies the network parameters required to use the Conference controls on Internet.
WDInst: set directory for tables and User Groupware files
The setup editor WDInst ("Tools......
Project with multiple analyses
A single WINDEV, WEBDEV or WINDEV Mobile project can now use multiple analyses (data descriptions)......