ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFSQL Client/Server management functions
Several HFSQL functions are used to manage the HFSQL Client/Server data......
HNotifConfigure (Function)
Specifies and configures the server used to send notifications by the HFSQL server.
HNotifListCCRecipient (Function)
Returns the list of recipients of a notification sent via the Control Centers (WDBal messaging tool).
HNotifDeleteCCRecipient (Function)
Deletes the recipients of a notification sent via the Control Centers (WDBal messaging tool).
HNotifDeleteEmailRecipient (Function)
Deletes the recipients of an email notification.
HFSQL Client/Server functions (prefix syntax)
Several HFSQL functions are used to manage the HFSQL Client/Server data......
HNotifListEmailRecipient (Function)
Returns the list of recipients for a notification by email.
fDirRename (Function)
Renames a directory.
fShortName (Function)
Returns the short name of a file or directory.
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
fExeDir (Function)
Returns the directory from which the execution is started.
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
fCompress (Function)
Compresses a file.
String functions (prefix syntax)
The following functions are used to handle strings, using prefix syntax:
Appendix 1: WEBDEV vocabulary
Bloque entièrement ou partiellement un fichier externe....
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
SQLLast (Function)
Sets the position on the last row of the query result.
String functions
List of functions for managing character strings...
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
fCurrentDir (Function)
Identifies or modifies the current directory.
HNotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.