delphi键盘按键编码
请问键盘右的按键编码是多少?
网上看到是#39 但是试过不行。#39好像是单引号,求解
[解决办法]
KeyDown事件
if key=39 then
showmessage('你按下了右键');
发布时间: 2012-09-24 13:49:42 作者: rapoo
delphi键盘按键编码
请问键盘右的按键编码是多少?
网上看到是#39 但是试过不行。#39好像是单引号,求解
[解决办法]
KeyDown事件
if key=39 then
showmessage('你按下了右键');