5
votes
Hiding the TObject.Create constructor
Andy's Blog
– If you design your classes you may get to a point where you want to have multiple overloaded constructors in your class. But all these overloaded constructors have parameters and a parameter-less constructor doesn’t make sense. And it should be forbidden to call it. Unfortunately Delphi doesn’t allow you to hide the inherited TObject.Create constructor and you end up with a class where you implement the parameter-less constructor just to throw an exception. But why should you implement something that you obviously do not want anybody to call. Well, you do not need to. You can hide the ...
Statistics
|
Visits by Source |
User Actions |



