Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get intellisense when defining a class in code?
Message
 
 
To
10/08/2003 15:52:21
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00818729
Message ID:
00818733
Views:
16
Alex,

Intellisense works for classes defined in code also. For example
* someother.prg
LOCAL oForm AS form1 OF formclas.fxp
*oForm = NEWOBJECT("form1", "formclas.fxp")
oForm.
...
*formclass.prg
DEFINE CLASS form1 as Form
lProp1 = .F.
nProp2 = 0

PROCEDURE myproc(tcPar1, tcPar2
ENDPROC

ENDDEFINE
>When defining a class in code, is there a way to get intellisense to help?
>
>TIA,
>
>Alex
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform