I'm starting to work with modular applications on DelphiXE3
, however I'm not finding much about it.
Taking a little something from here, I created a dll with a form
and added it to a DLL. My question now is this: How do I call this form
from my main application?
At first I'm just doing some testing, as soon as I can understand the concept of modularization, I have an entire project to make it modular.