Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Find out if an object reference points to a COM object
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00670514
Message ID:
00670519
Vues:
19
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform