Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Define Class...ENDDEFINE
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00587990
Message ID:
00588037
Views:
17
This message has been marked as the solution to the initial question of the thread.
>I have created a class via code (DEFINE CLASS) and it worksOK. I am curious as to when the DEFINE CLASS ... ENDCLASS statements are executed. No real problem here, just curious on how this works.

It will be used when you create an instance of the class
SET PROCEDURE to myclass.prg
oObj = Createobject("myclass")
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform