You can make your application focus the next control (in the tab order) on your form by using the SelectNext() method.
To move to the next control:
To move to the next control:
SelectNext( ActiveControl as TWinControl, True, True ); |
SelectNext( ActiveControl as TWinControl, False, True );