Delphi: How to hide ancestor constructors?
If I remember correctly, then reintroduce should help for virtual methods. The reintroduce directive suppresses compiler warnings about hiding previously declared virtual methods. Use reintroduce when you want to hide an inherited virtual method with a new one. To answer your updated question – I think it’s not possbile to hide a non-virtual constructor with … Read more