Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing Arrays From COM object
Message
De
07/04/1999 15:35:52
 
 
À
07/04/1999 15:27:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00205960
Message ID:
00206164
Vues:
17
oParm = CREATEOBJECT('customparmobject')
oParm.pcFirstProperty = 'test'
oServer = CREATEOBJECTEX('classid', 'computername')
oServer.mDoSomething(oParm)

* On remote side you can use oParm as any other object.
* oParm.pcFirstProperty = 'testtoo'

=MESSAGEBOX(oParm.pcFirstProperty, 0, '')
HIH
Mark
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform