<p>Am 24.01.2016 10:01 schrieb "Mr Bee" <<a href="mailto:pak.lebah@yahoo.com">pak.lebah@yahoo.com</a>>:<br>
><br>
> No, I can't put them in the Form1's OnCreate event. Because the additional code wouldn't be just from me, but the could be from others as well. I'd like to make the main application into a unit. So, the form should be established on the unit call. The other would simply use the unit and add or modify any components of the existing Form1.</p>
<p>That's not how things are supposed to be done AND bad style.<br>
But if you really need to do this you must do it before the call of Run.</p>
<p>Regards,<br>
Sven</p>