Tab order don't work

Hi,


Simple project:

 1. Put TTabControl on form
 2. Add TTabItem
 3. Put two TTMSFMCEdit on TabItem
 4. Run

When focus is on Edit1 and I press TAB - nothing happens. 

How to correct it?

Hi, 


This also happens with TEdit so it is rather a FireMonkey issue than a specific TMS issue. 
We have tried to capture the KeyDown event but the KeyDown is not triggered when inheriting from TEdit, so the
fix will have to be made on TEdit level.

Kind Regards, 
Pieter