如何得到TreeView的node的唯一标识号,好象是个LongInt类型,请举个例子好吗?(50分)

  • 主题发起人 主题发起人 touchme_1
  • 开始时间 开始时间
举个例子好吗?
 
TreeView.Items.Item.AbsoluteIndex
 
Agree with wgpan.
 
//agree wgpan
 
Suggest you use the 1stClass's treeview.
So you can use x,y to locate the certain node.
Another way is set up an array to trace down the node you juse passed, then
reverse back. you can locate your unique node in the tree.

 
接受答案了.
 
后退
顶部