ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV, WEBDEV and WINDEV Mobile 2024 feature!
Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Warning
From version 2024, HListTrackedFiles is kept for backward compatibility. This function has been replaced with HListWatchedFiles.
Returns the list of files watched by HWatch.
Caution:
  • This function can only be used in Client/Server mode.
  • The list will contain the files being watched when the function is called. If a file is no longer being watched (HWatchStop), it will not appear in the list.
Example
MyWatchedFiles is array of strings
MyWatchedFiles = HListWatchedFiles()
MyConnection is Connection
MyWatchedFiles = HListWatchedFiles(MyConnection)
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, you can list only the files being watched by this connection.
If this parameter is not specified, all files watched by all connections coming from the calling application will be returned. Files watched by other applications will not be returned.
Business / UI classification: Business Logic
Component: wd290hf.dll
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/29/2024

Send a report | Local help