Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making a class property hidden.
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Making a class property hidden.
Miscellaneous
Thread ID:
00560919
Message ID:
00560919
Views:
75
Hi Everyone,

I posted this yesterday, but I think it got lost.

I want to make a property in a class hidden. I create the following class in Test.prg
Define Class MyClass as Line
	Hidden dirty
	Dirty = .t.
EndDefine
If I type:
Local y as "MyClass" of "Test.prg"
y = CreateObject("MyClass")
y.
Intellisense displays the list of properties, but the Dirty property shows up with a icon of a lock over it. Is there any way to have it not show at all in IS?
Roi
'MCP' Visual FoxPro

In Rome, there was a poem.
About a dog, who found two bone.
He lick the one, he lick the other.
He went pyscho, he drop dead!
Next
Reply
Map
View

Click here to load this message in the networking platform