Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check if a property is on a object
Message
From
03/08/2008 13:54:46
 
 
To
03/08/2008 12:32:17
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01335595
Message ID:
01336166
Views:
10
But I do get errors ...

That is because you are trying to access the protected and hidden properties from outside the class.

You can designate the properties and methods that you add to a class as Protected, which restricts access to members of the class and subclasses. You can also designate properties and methods as Hidden, which restricts access to only members of the class.
Previous
Reply
Map
View

Click here to load this message in the networking platform