Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can I do this with WITH THISFORM...ENDWITH?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00456855
Message ID:
00456938
Vues:
32
Not only will WITH/ENDWITH evalulate on both sides of the =, it will still evaluate in a method called from from within the WITH of another method. For example:
WITH THISFORM
   .MyExample()
ENDWITH

FUNCTION MyExample
    .TextBox1.Value = "Something"
ENDFUNC
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform