How to do something on form startup like :
RichEdit1.Lines.Add('sorry email@exemple.com is already in our database');
NOT untill the user take some action ( Button click, etc..)
I tried with the code below and it works but i am obliged to click on the button one in order to add that line into the richEdit1 compenent.
OnCreateevent for that form? – LightBulb Dec 21 '11 at 15:06