ImageEn, unit iexFolderTree

TIEFolderTree.OnAddFolder

TIEFolderTree.OnAddFolder


Declaration

property OnAddFolder: TOnAddItemEvent;


Description

Occurs whenever TIEFolderTree attempts to add a folder.
Path is the full path of the folder.
Attributes specifies the properties of the folder.
DescriptionID specifies the SHGDFIL_DESCRIPTIONID for the folder. It will be a SHDID_* const (see ShlObj.pas)
Set Allow to false to exclude a folder.