Delphi Central Tutorial - Dynamically Loading DLL's
Explains how to load a dll dynamically at runtime rather than statically linking it to your application ... Introduction Accessing and using DLL's in Delphi is easy (see Adding forms to a DLL) in this tutorial I would like to expand on that so as we actua...