Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing array property of an object
Message
 
À
01/04/1999 00:15:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00204115
Message ID:
00204178
Vues:
14
James,

You cannot pass any object property by reference and that is as it should be. The property belongs to the object and as such it should only be accessed using the object reference. You can pass the object and the name of the array;

DO Something WITH loObj, "aArray"

Then reference the property of the object with the object syntax.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform