ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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, ...
Docker image of the HFSQL server
A Docker container with the HFSQL server is available on Docker Hub...
<Connection variable>.ServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
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>.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>.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.
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.
grPointType (Function)
Modifies the shape of point for a specific category or value found in a Line, Area, Scatter and Radar chart.
Extern (Reserved word)
EXTERN is used to...
BurnerMediaInfo (Function)
Retrieves the characteristics of the CD/DVD found in the current burner....
BurnerCancel (Function)
Cancels the current burn process.
Events associated with the project
List of events associated with the project...
Null (keyword)
The "Null" keyword can correspond to:
Test of a query
The query editor allows you to run the test of query result......
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV site?......
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
EndProgram (Function)
Ends the execution of the current program.
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
Push notification: Android configuration (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using the Firebase platform (instead of Google Cloud Messaging)......
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
3. Managing sockets
WINDEV includes advanced socket management functions....
fMemExist (Function)
Checks the existence of a shared memory area.
AddLink (Function)
Adds a link to a text section in an edit control.