Registriert seit: 16. Jan 2004
Ort: Bendorf
5.219 Beiträge
Delphi 10.2 Tokyo Professional
|
AW: Thread mit timer gestartet
27. Okt 2014, 15:51
Delphi-Quellcode:
while true do
begin
Synchronize(LabelSetzen);
sleep(10);
end;
im Thread und ich bin ziemlich sicher dass es gehn wird
Edit: Ausprobiert - klappt ohne einzufrieren oder sonstige Probleme.
Michael "Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."
Geändert von Neutral General (27. Okt 2014 um 15:55 Uhr)
|