Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Making a class property hidden.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Making a class property hidden.
Divers
Thread ID:
00560919
Message ID:
00560919
Vues:
76
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!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform