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...
HOperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
HServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
<Connection variable>.ServerMaintenance (Function)
Checks and optimizes the system tables of 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 data files, the wizard allows you to...
HManageServerUpdate (Function)
Allows you to manage the automatic update of HFSQL Client/Server servers and to define how often to check for updates.
HStartServerUpdate (Function)
Used to immediately start the automatic server update.
<Connection variable>.StartServerUpdate (Function)
Used to immediately start the automatic server update.
<Connection variable>.OperationInProgress (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.
<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.
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)...
HListServer (Function)
Lists the HFSQL servers installed on a computer.
BurnerCancel (Function)
Cancels the current burn process.
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).
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)......
Null (keyword)
The "Null" keyword can correspond to:
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
3. Managing sockets
WINDEV includes advanced socket management functions....
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
AddLink (Function)
Adds a link to a text section in an edit control.
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
BurnerAddFile (Function)
Adds a file to the compilation.
FBStopSession (Function)
Stops the Facebook session that was started by FBStartSession.
fMemExist (Function)
Checks the existence of a shared memory zone.
MQTT constants
Constants used by the MQTT functions...
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
EmailCheckAddress (Function)
Checks the validity of an email address.
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
RTFAddLink (Function)
Adds a link to a text section in an RTF Edit control.