Changing component class at run-time on demand for older Delphi versions need a bit more magic than you’d expect
Posted by jpluimers on 2018/01/16
Just in case I ever need to do heavy Delphi 2007 magic to change the component class of an object instance:
[WayBack] Quite unusual compiler behaviour (for older compilers) as seen here:http://stackoverflow.com/questions/41181767/patching-instance-class-requires-base-… – David Heffernan – Google+
References:
- [WayBack] delphi – Patching instance class requires base class to be in the same unit? – Stack Overflow
- [WayBack] delphi – Changing component class at run-time on demand – Stack Overflow
–jeroen
Source: Quite unusual compiler behaviour (for older compilers) as seen here: http://…






Leave a comment