Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making a class property hidden.
Message
From
26/09/2001 09:50:04
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00560919
Message ID:
00560930
Views:
21
Hi Roi;

Try it:
Define Class MyClass as Custom
	Hidden dirty
	Dirty = .t.
EndDefine


Local y as "MyClass" of "Test.prg"
y = CreateObject("MyClass")
CLAUDIO
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform