L logitech1229 Unregistered / Unconfirmed GUEST, unregistred user! 2006-04-19 #1 我生成了Tree,但是如果在Tree里边做了修改,例如Drag一个东西到另一个节点去,我该如何保存呢?
L logitech1229 Unregistered / Unconfirmed GUEST, unregistred user! 2006-07-11 #2 自己解決的。完全用Node.Text來辨別的,操作過程很麻煩,希望以後優好一點的方法
S selina_jxl Unregistered / Unconfirmed GUEST, unregistred user! 2006-08-03 #4 是要保存TreeView吗? 可以用TreeView本身的SaveToFile函数,对应的LoadFromFile函数可以读取回来.不过保存的文件不能保存结点的数据. "Note: Tree view files contain only the text of the tree view nodes. Theydo not contain any data associated with the nodes." 也可以自己写函数来保存对应结点的数据.
是要保存TreeView吗? 可以用TreeView本身的SaveToFile函数,对应的LoadFromFile函数可以读取回来.不过保存的文件不能保存结点的数据. "Note: Tree view files contain only the text of the tree view nodes. Theydo not contain any data associated with the nodes." 也可以自己写函数来保存对应结点的数据.
V violetxh Unregistered / Unconfirmed GUEST, unregistred user! 2006-08-11 #5 我写的一个小软件里面用到了它 你可以到盒了里去下载 http://www.delphibox.com/search.asp?KeyWord=%C9%CC%CE%F1%CD%A8%D1%B6%C2%BC&Submit=%BF%EC%CB%D9%CB%D1%CB%F7
我写的一个小软件里面用到了它 你可以到盒了里去下载 http://www.delphibox.com/search.asp?KeyWord=%C9%CC%CE%F1%CD%A8%D1%B6%C2%BC&Submit=%BF%EC%CB%D9%CB%D1%CB%F7