does anybody know how to select the necessary node in TBoldTreeView?
I understand it should look like MyTree.Select(Node)
But how to detrmine this Node, having only MyObject typed as TBoldObject?
Scan the nodes list is the easier method and select the node
(BoldTreeNode.Follower.Selected := true)
It is hard to go from the BoldObject to the BoldTreeNode.
Reverse is easy.
Hope this help you.
Eddy
Brussels
I'll try this "BoldTreeNode.Follower.Selected"
Dmitry.
Please can you explain how did you manage to use bold2006 with delphi7?