Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Supported interfaces in live object
Message
 
 
To
13/07/2000 13:06:17
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00391907
Message ID:
00391950
Views:
14
>Is anybody aware of a method (COM, API or otherwise) that can take a live object reference, and return a list of interfaces that are implemented in that object?
>
>I know how to do this using ITypeLib, but I need to do it with a live object.

How about one of my faves:

ox=CreateObject("tli.tliapplication")
oword=CreateObject("word.application")
oClassInfo=ox.ClassInfoFromObject(oword)
Mike Stewart
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform