Applies toTForm1
Declarationprocedure Timer1Timer(Sender: TObject);Implementation
procedure TForm1.Timer1Timer(Sender: TObject); begin try timer1.Enabled := false; Show; except end;End;