Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete a Single Node in a Treeview Control?
Message
From
13/04/1999 17:07:58
 
 
To
29/03/1999 03:11:25
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00202904
Message ID:
00208011
Views:
27
I believe it's
** assuming you want to delete the selected node
lcNodeKey = thisform.oTreeView.SelectedItem.Key
thisform.oTreeView.Nodes.Remove(lcNodeKey)

also, AFAIK, if the node has children, they will be removed as well.

>Can somebody tell me how i can delete a single node in a treeview control.
>
>thanks,
>David
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform