I have a TImage object and a TMemo object on a form and I need to get keyboard presses and display the text into the TMemo. If a user clicks on the TImage, then the TMemo loses focus and anything typed is lost. How can this be resolved?