ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TOnAddPath Type

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. 
Copyright (c) 2011. All rights reserved.