How do you access data?
Posted: Tue Nov 25, 2008 9:48 am
I have replaced a Delphi TreeView with a TeeTree DBTree. On the dblclick event I used to determine if the user clicked on a parent not by the fllowing:
**
SelNode := TheTree.Selected;
If SelNode <> Nil then ParentNode := SelNode.Parent
else Parentnode := Nil;
**
With DBTree:-
1.How do I determine what level was chosen?
2.How do I access the Text string that was clicked on?
The downloaded tutorial doesn't work (on windows vista).
Thanks
Bruce
**
SelNode := TheTree.Selected;
If SelNode <> Nil then ParentNode := SelNode.Parent
else Parentnode := Nil;
**
With DBTree:-
1.How do I determine what level was chosen?
2.How do I access the Text string that was clicked on?
The downloaded tutorial doesn't work (on windows vista).
Thanks
Bruce