Thema
:
Delphi
Quiz mit Stoppuhr
Einzelnen Beitrag anzeigen
HuxXx
(Gast)
n/a Beiträge
#
3
Re: Quiz mit Stoppuhr
20. Mai 2006, 17:56
So sähe es dann möglicherweise aus:
markieren
Delphi-Quellcode:
var
zeit:integer;=0
// lokal
procedure
Timer1......
begin
zeit:=zeit+1;
if
zeit >= 120
then
Application.Terminate;
end
;
Greetz by Hux
Zitat