Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete a Single Node in a Treeview Control?
Message
De
13/04/1999 17:07:58
 
 
À
29/03/1999 03:11:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00202904
Message ID:
00208011
Vues:
26
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform