Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to modify Event/Method programatically
Message
De
30/07/2001 11:13:24
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00537145
Message ID:
00537222
Vues:
16
>If I place a class on a form I can easily change the code for a method or event. If I instantiate a class using CREATEOBJECT() in code, how do I make the same code changes to a method or event?

When you place an instance of a class on a form, you are effectively creating a subclass of that object that allows you to override methods and properties. If you don't want to drop the object on the form at design time to override methods, you'll have to create a subclass of it somewhere else.
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform