如何做到这一点,使节点根本没有父母

我试图将节点移到树的根部,以便它们没有父节点

Tree.MoveTo(LNodes[i], nil, amAddChildFirst, False);

但他们只是被删除! 如何做到这一点,使节点根本没有父母?


我相信你需要

Tree.MoveTo( LNodes[i], LNodes[0], amInsertBefore, False);
链接地址: http://www.djcxy.com/p/35077.html

上一篇: How to make it so that the nodes simply do not have a parent

下一篇: different formats of text in the same multiline node