Timer1Timer method

Applies to
TForm1

Declaration
procedure Timer1Timer(Sender: TObject);

Implementation

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


HTML generated by Time2HELP
http://www.time2help.com