How to add nodes to FireMonkey TTreeView at a certain place?

  

I am new to using FireMonkey forms and components in Delphi XE7. I would like to add a node at runtime located after a certain node in a treeview. For example, if I have the tree in the picture, I would like to add a node TreeViewItem7 as a child to TreeViewItem1; how can I do that runtime?

Comments are closed.