ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamBrowseForFolder.RootedAtFileSystemFolder Property

RootedAt determines the root folder of a TJamBrowseForFolder.

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

Copyright (c) 2011. All rights reserved.