Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find out if an object reference points to a COM object
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00670514
Message ID:
00670519
Views:
17
I've found the way myself < g >:

*-- VFP7
? IIF(COMCLASSINFO(x, 5) = 3, "COM", "VFP")

*-- VFP6
? IIF(NOT EMPTY(COMCLASSINFO(x,1)), "COM", "VFP")

Armin Neudert
Regional Director (Stuttgart) of German FoxPro User Group dFPUG

MCP for Visual FoxPro

Expert/Editor of the VFP section in the German Codezone community portal
Previous
Reply
Map
View

Click here to load this message in the networking platform