Assume the following situation:
FrmBase
has aTPanel
namedPnlClient
, alignalClient
FrmDescendant
inherits fromFrmBase
- In
FrmDescendant
I change aPnlClient
property - In
FrmDescendant
I place another control (say anotherTPanel
namedPnlDescendant
) onPnlClient
and align italClient
.PnlDescendant
now completely coversPnlClient
- I place lots of other components on
PnlDescendant
, not necessarily aligned, so I'm afraid to changePnlDescendant
(e.g. setting align toalNone
and resizing) and lose positions
How can I execute 'revert to inherited' for PnlClient
?
There's nothing in the main menu, or in the popup menu for the controls in the Structure View...
Currently using Delphi 10.4.1 Sydney