I use ActivateKeyboardLayout(HKL_NEXT, KLF_ACTIVATE);
to load Persian keyboard layout using Delphi XE2, But sometimes I click on TextBox or DbGrid control the keyboard automatically is changed to English layout.
How can I disable automatic changing of keyboard layout?
We have same issues. This bug appeared after upgrade from D2006 to D2010.
Issue is in DBGrids.pas:
I have no idea why Borland/Embarcadero added "if block" after inherited. Change causes switching keyboard layout back to default. We had to copy DBGrids to our projects and remove "if block".