Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Protected & Hidden Properties
Message
From
23/08/1998 19:34:54
 
 
To
23/08/1998 11:53:41
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00129133
Message ID:
00129169
Views:
26
Hi, Bernard. If I understand you correctly then it sounds like everything is working the way it is supposed to. A protected property isn't available anywhere outside of its class. Therefore a method in the class can modify the property, but no object that inherits from the class can. You would need to send a message to a class method that say's I want to set a value for oldtop. The method in the class would be responsible for doing it. (i.e. the code to set the property would be in the class.)

HTH


>I am confused about custom properties of classes.
...snip
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform