ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellControls.TMultipleRoots

Possible values of the TJamShellTree.MultipleRoots property.

Syntax
Pascal
TMultipleRoots = (
  mrSingleRoot,
  mrMultipleRoots,
  mrAuto,
  mrFirstLevel
);
Members 
Description 
mrSingleRoot 
Only a single root folder is allowed. If a new value is assgined to the TJamShellTree.RootedAt or TJamShellTree.RootedAtFileSystemFolder property, the existing root is removed. 
mrMultipleRoots 
Multiple roots are allowed. Use TJamShellTree.AddRoot to add additional root folders to the tree. 
mrAuto 
Tries to show a view similar to the Windows Explorer in the current Windows version. 
mrFirstLevel 
Shows the immediate subfolders of a single root defined via the TJamShellTree.RootedAt or TJamShellTree.RootedAtFileSystemFolder property.