|
ShellBrowser Delphi Components Documentation
|
Sets custom entries in the BreadCrumbbar's DropDown list.
procedure SetCustomDropDownList(const pFolders: TStrings; const pClear: Boolean = True; const pSort: Boolean = True);
|
Parameters |
Description |
|
const pFolders: TStrings |
Items in this list are added to the DropDown list. |
|
const pClear: Boolean = True |
Optional: Set to True if existing entries should be dropped or False if entries in pFolders should be added. |
|
const pSort: Boolean = True |
Pass false to avoid an automatic sorting of the drop down list. |
Use absolute folder paths or environment variables.
You can dispose the passed pFolders after the call.