Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding properties to pageframe pages design time
Message
From
20/09/1999 14:55:39
 
 
To
20/09/1999 08:47:38
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00266654
Message ID:
00266846
Views:
22
Hi Wim,

>I have subclassed a pageframe. Now i would like to add a property to all pages. Is this possible in VFP 5?

You could add them at runtime using the pages[] prop and the AddProperty() Method
for lnX = 1 to alen(.pages, 1)
	.pages[lnX].AddProperty(...)
endfor
Previous
Reply
Map
View

Click here to load this message in the networking platform