ShellBrowser Delphi Components Documentation
|
Allows you to deal with non file system folders.
property SpecialFolder: TJamShellFolder;
SpecialFolder allows you to set or get the type of the currently listed folder. You can use the TJamShellFolder constants here.
This line will display the Desktop folder in the TJamShellBreadCrumbBar:
JamShellBreadCrumbBar.SpecialFolder := SF_DESKTOP;