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

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

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