Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IntelliSense on Object Property?
Message
From
02/04/2003 10:02:45
Joel Leach
Memorial Business Systems, Inc.
Tennessee, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
IntelliSense on Object Property?
Miscellaneous
Thread ID:
00772935
Message ID:
00772935
Views:
46
Is it possible to use IntelliSense on a property that is an object? While working on a class, I would like to type This.oMyObject. and see the IntelliSense listing of object members. What I do now is create a local variable reference to the property like this:
Local loMyObject as MyClass of MyClassLib
loMyObject = This.oMyObject  && for IntelliSense
Then when I type loMyObject. , I get the IntelliSense listing. This way works fine, but if there is a better way, it would be nice to remove the extra reference.

Thanks.
Joel Leach
Microsoft Certified Professional
Blog: http://www.joelleach.net
Next
Reply
Map
View

Click here to load this message in the networking platform