JVCL Help:TJvChangeNotify.OnChangeNotify

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when a change has been detected in a monitored directory.


Pascal

 TJvNotifyEvent = procedure (Sender: TObject; Dir: string; Actions: TJvChangeActions) of object;
property OnChangeNotify: TJvNotifyEvent;

Parameters

Parameters Description
Actions The action or actions that triggered the event.
Dir The directory where the change occurred.
Sender The object that triggered the event.


Description

Write a handler for this event to take specific action when a change has occurred in a monitored directory. For example, use this event to update a list of changed files or folders displayed to the user.


See Also

TJvChangeNotify.FreeOnTerminate


About

Notes

Do not change the state of the Active property inside the event unless FreeOnTerminate is true. Doing so will most likely hang the application.


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page