Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I pass class.properties to class.methods by Refer
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00107559
Message ID:
00107564
Vues:
17
>Does anybody know how to pass a class.property to a method in the same class
>(by Reference)?
>Approach #1:
>THIS.Method( @THIS.Property1, @THIS.Property2 )

If you have to do this, I'd suggest passing it like:

This.Method('This.Property1', 'This.Property2')

and then using macro expansion within the method to read the properties.
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform