Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Issue: Collection.Clear(), I don't find it.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01013756
Message ID:
01013901
Vues:
24
>>How Remove(-1) clear the collection Class is not described anywhere.
>
>This is incorrect.
>
>From the VFP help file, topic "Remove method (Collection class)":
>(NOTE: Bold type has been added for clarification)
>
>Parameters
>eIndex
>
>Specifies an expression that represents a position of an item in the collection. This expression can be one of two types:
>Numeric. The eIndex expression must have a value from 1 to the value of the Count property for the collection. If you pass a value of -1, Visual FoxPro removes all items in the collection in descending index order.
>String. The eIndex expression must correspond to the cKey that was specified for the item when it was added to the collection.
>
>If eIndex does not match an existing member of the collection, an error occurs.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform