[Solved] Issue with Delphi DFM inheritance


The information stored in the dfm is only what you design. The nesting is about parent/child relations, not about ownership. This dfm suggests that Son is no longer the Parent of Father. This may be caused by code in TSon that modifies it’s own parent.

1

solved Issue with Delphi DFM inheritance