Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object Passed by Reference & Intellisense
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01510784
Message ID:
01510786
Vues:
109
This message has been marked as the solution to the initial question of the thread.
Try to add AS clause
lparameters loPassedObject AS ...
>If I call a method with an object passed by reference, how can I enable intellisense in the method?
>
>
>local loObject as someclass of someclasslibrary
>loObject=newobject('someclass','someclasslibrary')
>** intellisense works here
>** now call another method, passing object by reference
>this.somemethod(@loObject)
>
>
>
>**method somemethod
>lparameters loPassedObject
>
>** how do I get intellisense here for loPassedObject?
>
>
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform