How to select a node programmatically.
Question / Problem
How can I programmatically select a node in the TJamShellTree?
Answer / Solution
To set a different selection in the ShellTree, there are the following possibilities:
ShellTree.SelectedFolder := c:\;
ShellTree.SpecialFolder := Jam.Shell.Types.SF_DOWNLOADS;