当前位置:首页 » 多媒体相关

走过路过不要错过,进来看看


procedure   tfrmhjgledit.formkeypress(sender:   tobject;   var   key:   char);  
  //需要用回车键代替tab键下移一个控件时,把keypress设为true  
  begin  
    if   (key=#13)   and   (not   (activecontrol   is   tdbgrid))   then  
        begin  
            key:=#0;  
            perform(wm_nextdlgctl,0,0);  
        end;  
  end;  
                  ???????/           keypress       在哪设为真

.

推荐阅读

  • 年度新锐榜:MOTO捧回两项桂冠 [详细内容]
  • IT [详细内容]
  • 499元大气魄 256MB影驰GF5200现身 [详细内容]
  • IT [详细内容]
  • IT [详细内容]
  • 买爱国者数码相机伴侣 送256MB记忆棒 [详细内容]
  • 359没有电的情况下可以使用其他的3*线冲冲电哦 [详细内容]
  • 网友回答:

    讨论区

    Login