Re: How can I create group logic with using classes?
From: Bruce Roberts (ber_at_attcanada.net)
Date: 12/18/03
- Next message: Terry Thompson: "Win NT net service commands"
- Previous message: Rob Kennedy: "Re: Reading/Writing Hexadecimal Values in Registry"
- In reply to: Arda Han: "Re: How can I create group logic with using classes?"
- Next in thread: RandomAccess: "Re: How can I create group logic with using classes?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 18 Dec 2003 11:34:27 -0500
"Arda Han" <arda@han.com> wrote in message
news:3fe1c8b0@newsgroups.borland.com...
> summary of my result is simple. Items have an ID and Parent ID for
> controling.
> For example 102 don't have a parent but 102.01 have a parent it is 102
>
> But I don't know how can I code it? And draw it on Treeview?
Each line in your list corresponds to a tTreeNode. Each period in the Id
indicates a level of indentation. To create the nodes you need code to find
the parent and then call the parent's AddChild method. Set the Text property
of the new node to the text that you want displayed.
- Next message: Terry Thompson: "Win NT net service commands"
- Previous message: Rob Kennedy: "Re: Reading/Writing Hexadecimal Values in Registry"
- In reply to: Arda Han: "Re: How can I create group logic with using classes?"
- Next in thread: RandomAccess: "Re: How can I create group logic with using classes?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|