ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamShellBreadCrumbBar.TJamShellBreadCrumbBar.SetCustomDropDownList

Sets custom entries in the BreadCrumbbar's DropDown list.

Syntax
Pascal
procedure SetCustomDropDownList(const pFolders: TStrings; pClear: Boolean = True);
Parameters 
Description 
const pFolders: TStrings 
Items in this list are added to the DropDown list.  
pClear: Boolean = True 
Optional: Set to True if existing entries should be dropped or False if entries in pFolders should be added.  

Use absolute folder paths or environment variables.  

You can dispose the passed pFolders after the call.