I have some forms inherited from a TMyForm
(TMyForm
is a 3rdparty component with source code form).
When I open in the IDE my forms inherited from TMyForm I have:
Error creating form: Ancestor for 'TMyForm ' not found.
The workaround is to open the TMyForm
unit in the IDE and then try top open my inherited forms.
But how can I avoid that Delphi gives this error and is able to open my forms even if TMyForm
is not opened in the IDE?