ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Controls.BaseShellListView.TJamCustomFileList.OnAddItem

This event is fired if a file is to be added to the listview.

Syntax
Pascal
property OnAddItem: TOnAddItem;

By writing an OnAddItem event handler, you can decide individually which items should be shown in the TJamFileList by changing the CanAdd variable. You can also change the appearance of the Item by modifying its properties.