FMX How to programmatically move to the next tabstop

  

Using Delphi XE8 PE FireMonkey (on Windows 7)

I have several TEdit components on my form.

How can I programmatically change focus to the next edit component?

FMX seems not to have a SelectNext method like VCL does.

Comments are closed.