OK, thanks for your replies, and now another question before you understand what I mean better that I explain what I am making:
I am making a program that add's some things to the unit1.pas file, it add's this code:
procedure FormCreate.....
begin
...
....
end;
but then I need to click on the OnCreate event, otherwise the code will not work.
Is there a way to code the clicking of the OnCreate event?
I hope you understand what I mean.