Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DEFINE CLASS Command
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00764418
Message ID:
00764420
Views:
22
>I am creating 2 programmatic classes. I want to base class 2 off of
>class 1. How do I do this:
>
>DEFINE CLASS MyClass2 AS MyClass1 IN SomeProgram
>There is an OF ClassLibrary clause, but I don't see a way to
>base the new class from an existing class in another PRG.

You can use OF ClassLibrary clause.
DEFINE CLASS MyClass2 AS MyClass1 OF SomeProgram.fxp
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform