ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Warning
From version 2024, HListTrackedFiles is kept for backward compatibility. This function has been replaced with HListWatchedFiles.
Returns a list of data files monitored by function HWatch.
Caution:
  • This function can only be used in Client/Server mode.
  • The list of monitored data files corresponds to the list at the time of execution of the function. If data files are no longer monitored (function HWatchStop), they will not appear in the list.
Example
MesFichiersSurveillés is array of strings
MesFichiersSurveillés = HListWatchedFiles()
MaConnexion is Connection
MesFichiersSurveillés is array of strings
MesFichiersSurveillés = HListWatchedFiles(MaConnexion)
Syntax
<Result> = HListWatchedFiles([<Connection>])
<Result>: WLanguage array
Array of strings containing the watched data files.
<Connection>: Optional character string or Connection variable
Connection to use. This connection corresponds to:If this parameter is specified, it is possible to restrict the list of monitored data files to those whose monitoring was initiated by the specified connection.
If this parameter is not specified, all data files monitored by all connections from the calling application will be returned. Data files monitored by other applications will not be returned.
Business / UI classification: Business Logic
Component: wd300hf.dll
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help