Advanced PowerBuilder

HomePrevious Lesson: Inheritance in PowerBuilder
Next Lesson: Scripts

Inheriting a Window

In the descendent window, you can do any of the following:

These are the things that you can't do:

You can change the position of controls in the descendant window, but if you do so, further changes to the position of the control in the ancestor window will not be reflected in the descendant window. The same is true for changes made to any other attribute in the descendant window - It is something like overriding ancestor attribute values.
HomePrevious Lesson: Inheritance in PowerBuilder
Next Lesson: Scripts