ShellBrowser Delphi Components Documentation
|
Sets custom entries in the BreadCrumbbar's DropDown list.
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.