Page 1 of 1

Why is addobject lacking?

Posted: Sun Sep 17, 2006 7:37 pm
by 5891343
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 ??

Posted: Thu Sep 21, 2006 7:36 pm
by Tom
Hi,

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

AddChildObject
AddConnectionObject

You can also access it through the Data property

Regards,
Tom