本文整理自网络,侵删。
在 keydown中是
if Key = VK_RETURN then
ShowMessage('回车');
在 keypress中是
if Key = #13 then
ShowMessage('回车');
相关阅读 >>
Delphi sysutils.trim、sysutils.trimleft、sysutils.trimright - 删除空格
Delphi idhttp post 支持 gzip 解压缩
Delphi 文字的高度与宽度: canvas.textextent
Delphi 2009 之 tstringbuilder 类[2]: append 与 appendformat
更多相关阅读请进入《Delphi》频道 >>