How do I catch a VK_TAB key in my TEdit control and not let it lose the focus?

前端 未结 3 756
太阳男子
太阳男子 2021-01-06 07:24

In my TEdit field I have text in the form ...

My idea is:

When a user enters the control using TAB from

3条回答
  •  孤城傲影
    2021-01-06 07:51

    You might want to look at TJvIPAddress in JvComCtrls. I guess searching for TabThroughFields and VK_TAB should put you on track.

提交回复
热议问题