I put a TTabControl on my form, and to my great surprise, I'm not able to switch between tabs with <CTRL>-<TAB> at runtime. I thought this was default behavior; every app I've ever used with a tabbed control will do this. How do I implement the behavior, so that if I press <CTRL>-<TAB> or <CTRL>-<SHIFT>-<TAB> in a form with a TTabControl on it, no matter which component currently has the focus, the TTabControl will move to the next (or previous) tab and call it's onChange event?

Mason