I realize that the Data property of the TTreeNode is a void * and can therefore be any object, but can it change the attributes of the Item property? I want the second level nodes of the tree to essentially be check boxes, so I was wondering if the Data can be a TCheckBox and have any effect on...
I'm trying to create a TreeView that is actually a collapsable list of check boxes. I'm wondering if I can use the Data property of TTreeNode to incorporate the checkboxes or if this is even a feasable route. I realize the Data property can be any object, but can it alter the TTreeNode item?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.