How do I make focus go from one control to another control when the Return key on the keyboard is pressed?
I was working on something today and figured it out. In the TDPFTextField OnShouldReturn, you can just do something like:
DPFTextField2.SetFocus;
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.
How do I make focus go from one control to another control when the Return key on the keyboard is pressed?
I was working on something today and figured it out. In the TDPFTextField OnShouldReturn, you can just do something like:
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