Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding property in Class Designer
Message
From
27/03/2003 12:08:56
 
 
To
26/03/2003 19:09:05
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00770494
Message ID:
00770810
Views:
9
Hi Steve,and Sergey,

Thanks for the clarification (I thought if I was using a keyword it would recognise the property).

Blair


Blair,

To add to Sergey's comments...

Simply adding a custom property to a class does not actually add any functionality to the class. It provides a place where you can store (non-persistant) information within an object. You can then refer to that property from code, both within the class itself and from the outside (depending on whether it is public/protected/hidden).

So the class, by itself, does not "understand" what the property is, until you write code that uses the property.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform