Is t ja auch kein Wunder:
Delphi-Quellcode:
procedure TMyThread.Execute;
begin
str:=Konsole(Fcmd);
if not terminated then Synchronize(Update)
end;
Dein Thread läuft ja auch im Kontext des Hauptthreads. Lies mal in der Hilfe nach, was
Synchronize macht.