Technology Learning

导航

调用键盘的回车键来运行程序

例:btnTest按钮

btnTest按钮的onkeydown 里写
  if Key=VK_RETURN then
  begin
  btnTestClick(nil);
  end;

posted on 2010-07-28 10:49  浔阳渔夫  阅读(369)  评论(0编辑  收藏  举报