Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can a new property be added to a pageframe?
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00682859
Message ID:
00682939
Views:
18
This message has been marked as the solution to the initial question of the thread.
>Is it possible to add a property to a pageframe, or for that matter, any object, just as you can for the form?
>
At design time you can add properties only to the outermost container. If you are designing form than you can add properties and methods to the form only. You can subcluss pageframe, add required methods and properties to the new class and than add that class to the form. At runtime you can add properties to any object that has AddProperty method.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform