Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch Available
Description
Having a virtual CTOR would be a great addition, because it would allow to create instances via the Delphi class type alone (common pattern) instead of being forced to use a more expensive intermediate protocol factory instance just for the sake to instantiate one single instance in a flexible manner.