Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modifying Classes
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00404987
Message ID:
00405000
Views:
26
>I am using the MISC Button Class in my program. I want to get rid of a couple buttons. It says I can't do it because it belongs to a class.
>I am new to this class stuff and don't know much about it.

You cannot remove an object fromm the paretn class in a child class or instance at designtime. You can, i'd you'd like, make it Visible = .F., resize it to nothing, or Remove it at runtime: Thisform.RemoveObject('command1')
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform