Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi ASCII Code....hat wer ne Liste?? (https://www.delphipraxis.net/9906-ascii-code-hat-wer-ne-liste.html)

Christian Seehase 7. Okt 2003 14:58

Re: ASCII Code....hat wer ne Liste??
 
Moin SimOr,

nimm' Deine Lösung aus Deinem Eingangsposting, und ändere 'w' in ord('W') usw. (Wichtig: Es muss jeweils der Grossbuchstabe sein).

SirThornberry 7. Okt 2003 14:58

Re: ASCII Code....hat wer ne Liste??
 
Delphi-Quellcode:
procedure TForm1.FormKeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);
begin
 if word = VkKeyScan('a') then
 // oder mit Pfeiltasten
 if word = VK_LEFT then


Alle Zeitangaben in WEZ +1. Es ist jetzt 11:25 Uhr.
Seite 2 von 2     12   

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