Thema: Delphi Key in ComboBox

Einzelnen Beitrag anzeigen

thomas2009
(Gast)

n/a Beiträge
 
#1

Key in ComboBox

  Alt 1. Mär 2009, 21: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 :
Delphi-Quellcode:
...
key := Ord(Combobox1.Items[Combobox1.ItemIndex][1]);
  Mit Zitat antworten Zitat