Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Newbie from Fox, equivalent to the VFP THIS?
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00762071
Message ID:
00762199
Vues:
13
>Is there an equivalent to the VFP this? In VFP this is the object reference to the current object. For instance:
>
>this.left=100
>this.top=100
>
Within the class you can refer to its properies and methods directly, without "this":
Left = 100
Top = 100
"Me" in VB is usually used only when you need to pass the reference to this object.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform