Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
.prg Object Events?
Message
From
28/03/2001 17:14:28
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00489651
Message ID:
00489667
Views:
11
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform