Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Finding class heirachy
Message
From
24/02/1998 19:04:17
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Finding class heirachy
Miscellaneous
Thread ID:
00080957
Message ID:
00080957
Views:
65
I'm trying to design a procedure/method that will determine all the parents (not the containers) of a control at run time.
Example: If I:
    define ctrBase as custom
    define ctrSubClass as ctrBase
    define ctrSubSubClass as ctrSubClass
and drop ctrSubSubClass into a form. I want to be able to locate both ctrSubClass and ctrBase by passing ctrSubSubClass to some method/procedure.

I can't even think of an approach.

TIA
Bill Morris
Next
Reply
Map
View

Click here to load this message in the networking platform