Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Include File In VCX
Message
From
24/06/2001 09:26:16
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00522874
Message ID:
00522877
Views:
11
You can use the _INCLUDE system variable to set the default include file for all user defined classes, forms and form sets.

just issue ;
_include = 'myincludefile.h' or
_inclulde = getfile('h')
>I have created an include file that I want to use in all the classes in my vcx.
>My question is where do I #include it? Do I have to #include it in every method or can I just put it in one place that will be seen by the entire library?
Previous
Reply
Map
View

Click here to load this message in the networking platform