Zitat von
Win32.API:
Hi,
man könnte das so machen:
Delphi-Quellcode:
while not boolean(getasynckeystate(27)) do
begin
Application.ProcessMessages;
delay(10);
end;
delay
Win32.API
Kann man das Application.ProcessMessages nicht weglassen, da es doch schon in der Delay-Funktion steckt?