Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get intellisense when defining a class in code?
Message
 
 
À
10/08/2003 18:32:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00818729
Message ID:
00818765
Vues:
14
Alex,

It's a kludge because This references parent class not a subclass so only properties and methods of the parent class would be visible. Maybe you're trying to reference subclass in LOCAL This?

>Sounds interesting, but I can't make it work. Why could that be?
>
>Alex
>
>
>>There's a kudge you can use
DEFINE CLASS bizVac AS aBiz OF aBiz.fxp
>>LOCAL This AS aBiz OF aBiz.fxp
>>    PROCEDURE Init
>>      * Would like intellisense here
>>      This.
>>   ENDPROC
>>
After you done, remove or comment out LOCAL This ...
>>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform