Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best practice for referring to form in form methods.
Message
De
05/12/2008 11:56:51
 
 
À
05/12/2008 11:47:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01365701
Message ID:
01365705
Vues:
12
>When I’m writing a form class or a form.scx with custom methods, what is the best practice for referring to the form itself in its method code?
>
>Should you use:
>
> This.PropertyName and This.MethodName()
> or
>ThisForm.PropertyName and ThisForm.MethodName()
>
>So it’s a question of “this” vs. “thisform”
>In the case of a form they both get you to same place.
>
>So, what are most of you doing?

I'm not most, but I'd use Thisform. simply because if you move/copy the code for any reason, it doesn't break.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform