Select Row by Code in TreeView

How can I select the first row in a TreeView by code
Welcome to the Official CGDevTools Support Community Forums.
https://www.cgdevtools.com/cgforum/
https://www.cgdevtools.com/cgforum/viewtopic.php?f=45&t=2843
IWCGJQTreeView1.JQTreeViewOptions.UIPlugin.PluginActive:= True;
IWCGJQTreeView1.JQTreeViewOptions.UIPlugin.InitiallySelect.Add('node_uniquename');
IWCGJQTreeView1.JQTreeViewOptions.UIPlugin.SelectNode('node_uniquename');