Menu

Return key tab to next control

justapps
2014-03-07
2014-03-29
  • justapps

    justapps - 2014-03-07

    How do I make focus go from one control to another control when the Return key on the keyboard is pressed?

     
  • justapps

    justapps - 2014-03-29

    I was working on something today and figured it out. In the TDPFTextField OnShouldReturn, you can just do something like:

    DPFTextField2.SetFocus;
    
     
  • Babak Yaghoobi

    Babak Yaghoobi - 2014-03-29

    Hi

    Yes, this is correct method, if you see my app, I used this action in some of sections, like Send Text, Send Video, Send Photo, ...

    Regards

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.