ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Controls.BaseShellListView.TOnAddItem

This procedure is called if an item is added to the control.

Syntax
Pascal
TOnAddItem = procedure (Item: TJamFileListItem; var CanAdd: Boolean) of object;
Parameters 
Description 
Item 
The item which has been added. 
CanAdd 
Set CanAdd to False if you don't want this item added. The default value is True.