On-screen keyboard does not appear under touch control To replicate my problem: Write a simple VCL forms application with a TEdit component. On A Windows Tablet (in my case Surface Pro 4): Run it and touch the edit field with the finger. The Edit control gets selected and the text can be highlighted with the finger but the ON-SCREEN KEYBOARD DOES NOT APPEAR. That is my problem. The on-screen keyboard appears when using Notepad or Notepad++, as soon as its Window is touched. How can I get this behavior with a VCL Forms application? All the examples supplied in the VCL Subdirectory also do not pop-up the on-screen keyboard.
↧