![]() |
auf Taste warten
Hallo! :)
Ich will das ein bestimmter Teil solange ausgeführt wird bis die ESC Taste gedrückt wird.. Wie könnte man das machen? :oops: mfG Matrix Scripter |
Re: auf Taste warten
Hi,
man könnte das so machen:
Delphi-Quellcode:
while not boolean(getasynckeystate(27)) do
begin Application.ProcessMessages; delay(10); end; ![]() Win32.API |
Re: auf Taste warten
Zitat:
|
Re: auf Taste warten
Hi,
Ja eigentlich schon hatte es zuerst nur ohne delay... :oops: Win32.API |
Alle Zeitangaben in WEZ +1. Es ist jetzt 01:59 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz