zoukankan      html  css  js  c++  java
  • simulate windows postmessage or keydown

    2 ways:

    1. under TForm:
       if assigned(focused) then
          Focused.keydown(key,keychar,[]);

    2. using screen object:

       if assigned(Screen.focusControl) then
          Screen.focusControl.keydown(key,keychar,[]);

    I think lots of people want to know this.

    Best regards

    John Shi

    http://bbs.2ccc.com/topic.asp?topicid=513745

  • 相关阅读:
    test
    4css
    3css
    2css
    5html
    1css
    4html
    3html
    2html
    1.3 tensorflow2.0 常用函数
  • 原文地址:https://www.cnblogs.com/findumars/p/5741014.html
Copyright © 2011-2022 走看看