Suppose a TAncestorForm
with an extra button (or any other control). If I remove the button, whenever I open a descendant of TAncestorForm
the Delphi IDE shows a message "Ancestor component not found..." and let me choose:
- Remove the reference;
- Tell that the component was renamed and what is it's new name;
- Recreate the component;
I want the first option. There is any other option that would do this automatically instead of opening all descendants (like dozens of them) and clicking in each message?