I have an ActiveX control hosted in our application. The control was imported using Delphi Import component menu.
The ActiveX control contains an edit box for user input. When I run the control in its own sandbox application(not a Delphi app) the arrow keys work as expected moving the cursor within the edit control.
However when I run my Delphi application the arrow key behaviour seems to change. It seems to work more like a tab key instead.
I assume this is happening because of the way the VCL processes key strokes. Any ideas how to get around this?