Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Removeing all nodes from a TreeView.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00252082
Message ID:
00252493
Vues:
16
>>>How do I do to remove one/all nodes from a TreeView?
>>>
>>>/Mårten Törnquist
>>Use the Clear method.
>
>A treeview does not have a .Clear method but one can easily
>be written using the .NodeCount property, a FOR loop and
>the Nodes.Remove method.
>
>Sorry 'bout that George.
>
Hiya Steve,

First, no need to be sorry. Second, you're right (and I was imprecise in my response) a treeview object does not have a Clear method. However, a Treeview.Nodes does, which the syntax being Treeview.Nodes.Clear. It will clear all the nodes, and you can dump that FOR loop< g >.
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform