Posts by Alex Roberto Schmitt • 26 points
1 post
-
1
votes1
answer527
viewsA: Delphi Unit Test
procedure TFProv_Principal.BitBtn1Click(Sender: TObject); begin Timer1.Interval := 3000; // Tempo que a msg ficará na tela -> 3 Segs Timer1.Enabled := True; MessageBox(Handle,…