Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Supported interfaces in live object
Message
 
 
À
13/07/2000 13:06:17
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00391907
Message ID:
00391950
Vues:
13
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform