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