Welcome, Guest
L
ogin
R
egister
Username:
Password:
(?)
Remember Me
Print
Search
Curl Developer Community
>
Ask-the-Expert
>
Discussions
Up to Discussions in Ask-the-Expert
This Question is
Answered
15
"helpful" answers available (3 pts)
1 Replies
Last post
: May 7, 2008 12:17 PM by phil
How to access the child node of TreeNode ?
May 7, 2008 7:07 AM
RajivGu
81 posts since
Apr 2, 2008
Hi,
I have a node xyz and their child node pqr,rst. I want to access the this two child node in my code .
How can I access all the child node of xyz?
Thanks
Rajiv
phil
33 posts since
Oct 17, 2007
1.
Re: How to access the child node of TreeNode ?
May 7, 2008 12:17 PM
A TreeNode is an iterable object, so you can write:
{define-proc {print-child-nodes node:TreeNode}:void {for child in node do {dump child} } }
Actions
View as PDF
More Like This
How to select/access the target node of tree?
Re: how to realize AutoSearch in TreeControl
Re: Tree traversal
TreeControl's Change Text like windows's folder rename
When TreeControl in ScrollBox. How to get Top TreeNode .