Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
In what class am I?
Message
De
09/11/2001 06:23:54
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
08/11/2001 18:18:19
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00578989
Message ID:
00579566
Vues:
27
>>The debugger tells me that I am in MyLibrary:MyFormSCX.MyMethod. Actually, I am in MyMethod in an inherited class. The inheritance in the framework can go through several levels. The class is in the indicated library, but I may have several classes in MyLibrary.
>>
>>So, how do I find out in what class am I really? program() only shows MyForm.MyMethod.
>
>I habitually keep This in the watch window. The problem is solved, but there's another problem: where is the code I am looking at, if it's inherited from (grand*n)parent class code? In VFP 7 PEM window it clearly says where ("Inherited from ...") and I only wish it could be copied from there and pasted into the command window (as in "modify class ... of ... method ..."), but how do I know this in the debugger? Is there a way for this?

Adapting other answers I got in this thread, I wrote "This.Class" in the watch window. When inherited code is run with DoDefault() or scope resolution, this tells me what class is currently running. Is this what you want, or did I misunderstand?

Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform