ShellBrowser Delphi Components Documentation
|
This event is fired if a file is to be added to the listview.
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.