Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I add code to a class ?
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00881982
Message ID:
00882063
Views:
21
This message has been marked as the solution to the initial question of the thread.
Create a PRG:

DEFINE CLASS MyPage AS Page

PropVal = SomeVal

PROCEDURE MyProc
RETURN SomeValue
ENDPROC

ENDDEFINE


Then in your pageframe:
SET PROCEDURE TO MyPrg
This.AddObject("MyPage", "MyPage")
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform