Hide the utter "Create" constructor of TObject in Delphi [Technical Blog]
Posted: 30 Dec 2012
Updated: 30 Dec 2012
Views: 2,192
Rating: 0.0 / 5
Votes: 0
Popularity: 0.0
Licence: The Code Project Open License (CPOL)
Bookmarked: 1
Downloaded: 0
In Delphi, constructors can be inherited; this doesn’t happen in Java, C# and C++ for example. Furthermore, constructors in Delphi can have multiple and different names; usually they are called Create, but this is just a convention, since you can define a constructor with whatever name you choose.