Thema
:
Delphi
Key in ComboBox
Einzelnen Beitrag anzeigen
thomas2009
(Gast)
n/a Beiträge
#
1
Key in ComboBox
1. Mär 2009, 22:21
Hallo
wie kann ich keys wie F1, F2 oder wie VK_LEFT in ComboBox eingeben ?
Mit Buchstaben und Zahlen wie 0,1,2, A,B,C funktioniert :
markieren
Delphi-Quellcode:
...
key := Ord(Combobox1.Items[Combobox1.ItemIndex][1]);
Zitat