ShellBrowser Delphi Components Documentation
|
Adds an ItemIdList of a file or directory for watching.
procedure AddItemIdList(const pItemIdList: IItemIdList; const pRecursive: Boolean; pEventFilter: TNotificationEvents = []); overload;
Parameters |
Description |
const pItemIdList: IItemIdList |
The IItemIdList to watch. |
const pRecursive: Boolean |
Overrides TJamShellChangeNotifier.Recursive for this ItemIdList. |
pEventFilter: TNotificationEvents = [] |
A set of TNotificationEvent to be watched. If empty the TJamShellChangeNotifier.EventFilter is watched. |