Why is addobject lacking?

TeeTree VCL for Borland Delphi and C++ Builder.
Post Reply
achristouio
Newbie
Newbie
Posts: 26
Joined: Tue Apr 02, 2002 5:00 am
Location: University of Oslo
Contact:

Why is addobject lacking?

Post by achristouio » Sun Sep 17, 2006 7:37 pm

I thouhgt to use tTree instead of tTreeView in order to draw some trees where I also need to hook up some objects on the tip of each branch.

But, sorry, I cannot find any addobject method, except for the addrootobject.
Are there any plan to also connect objects to other nodes than just the root node ??

tom
Advanced
Posts: 211
Joined: Mon Dec 01, 2003 5:00 am
Contact:

Post by tom » Thu Sep 21, 2006 7:36 pm

Hi,

You can use the following methods at "node" level:

AddChildObject
AddConnectionObject

You can also access it through the Data property

Regards,
Tom

Post Reply