Thema
:
Delphi
Keypress Problem bei Setfocus
Einzelnen Beitrag anzeigen
thomas2009
(Gast)
n/a Beiträge
#
8
Re: Keypress Problem bei Setfocus
18. Feb 2009, 14:26
Ich verstehe nicht, warum mit "
or
" funktioniert aber mit "
and
" nicht !
markieren
Delphi-Quellcode:
...
if
(Key = scShift
or
VK_RIGHT)
then
Zitat