Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checkbox/Label Class?
Message
 
 
To
28/06/1999 16:57:50
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00234967
Message ID:
00234986
Views:
22
Jason,

You can test the BaseClass property of any object to see what root VFP class the object is derived from.
activate window "debug output"
for each loObject in this.Controls
   debugout loObject.BaseClass
endfor
>Has anyone written a class where a flag determines whether the object is a checkbox or a label?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform