load_notes1Timer method |
Applies to
TForm1
Declaration
procedure load_notes1Timer(Sender: TObject);Implementation
procedure TForm1.load_notes1Timer(Sender: TObject); begin try load_notes1.Enabled := false; oxGraphicButton4Click(nil); except end;End; |
|