Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
.prg Object Events?
Message
De
28/03/2001 17:14:28
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00489651
Message ID:
00489667
Vues:
10
>I have created an object in .prg code a lot, but I have only done properties and methods in code, no events. Can anyone point me to references or show some .prg code, etc on how to program events in code only?
>
>Thanks.

Same as methods, e.g.
DEFINE CLASS MyClass AS Custom

PROCEDURE Init()
   ** do some stuff
ENDPROC

ENDDEFINE
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform