ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
True if the tracking of the file is enabled, False otherwise. To get the details of the error, use ErrorInfo.
Full name of the file to track.
Name of the WLanguage procedure ("callback" procedure) that will be called when a change is detected in the specified file.For more details on this procedure, see Parameters of the procedure used by fTrackFile.
Modifications performed in the file to track and for which the procedure must be run: ftCreateFileThe <Name of modified file> file was created.ftModifyFileThe <Name of modified file> file was modified.ftRenameThe <Name of modified file> file was renamed.ftDeleteFileThe <Name of modified file> file was deleted.ftAllAll the possible actions will be tracked. Corresponds to ftCreateFile + ftModifyFile + ftRename + ftDeleteFile.
Special cases
WLanguage procedure
Last update: 09/22/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: