Probiers mal damit:
Code:
sec := sec + 1;
if sec = 60 then begin
sec := 0;
min := min +1;
end;
label1.caption := inttostr(sec);
label2.Caption := inttostr(min);
Das ganze in nen timer und davor den timer enablen mit nem button Click.
Und halt die Variablen deklarieren.
Gruß
Spurius