menu_update1Timer method

Applies to
TForm2

Declaration
procedure menu_update1Timer(Sender: TObject);

Implementation

procedure TForm2.menu_update1Timer(Sender: TObject);
begin try
menu_update1.Enabled :=false;
File1Click(Sender);
Edit1Click(Sender);
View1Click(Sender);
except end;End;


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