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