Changing Delphi .dfm Form Inheritance

by | Aug 2, 2021 | Delphi

  1. Start out with your current form inheritance
  1. Change to the form wanted to inherit from
  1. Put the physical file in the uses clause
  1. Go to design > right click > view as text
  1. Change the word ‘object’ to the word ‘inherited’