ShellBrowser Delphi Components Documentation
|
RootedAt determines the root folder of a TJamBrowseForFolder.
property RootedAtFileSystemFolder;
Use RootedAt to set the root folder of a TJamBrowseForFolder, it can be one of the TJamShellFolder constants. If you want a file system folder as root of the TJamBrowseForFolder, set RootedAt to SF_FILESYSTEMFOLDER and use the TJamBrowseForFolder.RootedAtFileSystemFolder property to set the specific file system folder.
This example would show the Start Menu of the current user in the TJamBrowseForFolder: JamBrowseForFolder.RootedAt := SF_STARTMENU;