Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get intellisense when defining a class in code?
Message
From
10/08/2003 19:00:28
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00818729
Message ID:
00818770
Views:
77
Actually I would like to get a list of methods and properties of parent class. Will continue trying different variations to see if I find it to work. I'm looking for the most practical way to define business objects, and may end up doing it visually.

Thank you for your help.

Alex

>
>It's a kludge because This references parent class not a subclass so only properties and methods of the parent class would be visible. Maybe you're trying to reference subclass in LOCAL This?
>
>>Sounds interesting, but I can't make it work. Why could that be?
>>
>>Alex
>>
>>
>>>There's a kudge you can use
DEFINE CLASS bizVac AS aBiz OF aBiz.fxp
>>>LOCAL This AS aBiz OF aBiz.fxp
>>>    PROCEDURE Init
>>>      * Would like intellisense here
>>>      This.
>>>   ENDPROC
>>>
After you done, remove or comment out LOCAL This ...
>>>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform