Autor Beitrag
Phanuel
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 36

Win XP Pro, Mandrake linux 10.0

BeitragVerfasst: Mo 12.04.04 21:14 
Ich hab ma so ne Frage und zwar habe ich dat hier:

ausblenden Delphi-Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
procedure TForm1.Button1Click(Sender: TObject);
var i:integer;
begin
for i:= 1 to 10 do begin
richedit1.Lines.Add(edit1.text);
memo1.Lines.Add(edit1.text);
end;
end;


so das jetzt ma dazu jetzt will ich nach jedem durchgang das der ne sekunde wartet, wie mach ich das???
Vielen dank.
BungeeBug
ontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic starofftopic star
Beiträge: 901



BeitragVerfasst: Mo 12.04.04 21:15 
Hi,

Suche in: Delphi-Forum, Delphi-Library SLEEP

oder

Suche in: Delphi-Forum, Delphi-Library DELAY

das wird dir helfen :)