Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing a vcx that is in another exe
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00343145
Message ID:
00343502
Views:
30
>SET CLASSLIB TO ClassLibraryName [IN APPFileName | EXEFileName]
> [ADDITIVE] [ALIAS AliasName]
>That will teach me to look before I leap.

You can also use the third parameter of NewObject() to create instances of your class.

oOb = NewObject('class', 'claslib', 'classlibloc')
Previous
Reply
Map
View

Click here to load this message in the networking platform