Delphi object instance lifetime demo; do not use AfterConstruction as a poor-mans way to work around non-virtual constructor or undetermined Create hierarchy calls 1 jpluimers I think using AfterConstruction is a poor man’s solution that you should only use in exceptional cases, as it is: called only after the last constructor in the chain is called. called outside of the… – Details… 2 years ago in Conference Topics, Conferences, Delphi, Development, Event, Software Development, Undocumented Delphi 0
Leave Your Comment