Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object Passed by Reference & Intellisense
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01510784
Message ID:
01510787
Views:
65
LOCAL loPassedObject AS SomeClass

>If I call a method with an object passed by reference, how can I enable intellisense in the method?
>
>
>local loObject as someclass of someclasslibrary
>loObject=newobject('someclass','someclasslibrary')
>** intellisense works here
>** now call another method, passing object by reference
>this.somemethod(@loObject)
>
>
>
>**method somemethod
>lparameters loPassedObject
>
>** how do I get intellisense here for loPassedObject?
>
>
>
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform