ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamShellBreadCrumbBar.TJamShellBreadCrumbBar.SpecialFolder

Allows you to deal with non file system folders.

Syntax
Pascal
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;