![]() Properties Events |
![]() ![]() ![]() |
The dcFolderMonitor component watch specified folder for changes and fires special notification event if any changed occurs in any file or the directory structure.
|
Just specify the Folder which you wish to monitor, set up various Filters and write the OnChange event handler to perform some special operation when any changes occurs in specified Folder. To start monitoring - set Active property to True (or False to stop monitoring).
|
|
![]() |
Active | Activity flag. When True, the FolderMonitor constantly checks specified directory for changes;
|
Filter | The set of filters which specifies the notification level;
|
Folder | Specifies the directory which you would like to monitor;
|
ThreadPriority | The priority of the FolderMonitor thread relatively to the main application thread.
|
OnChange | notifies you about changes in the files or directory structure.
|
dcFolderListView component.
|