Magno 4 Posted November 1, 2023 I guess title says all, I put a TEdit/TMemo on a form, copy text from any source, and after by using the Control-V it won't paste, but of course if I right click a standard popup shows up and I can paste. Is possible to make the FMX controls to accept it? I can intercept the keyboard, test if the data is text, populate the text control, at first shot it will change the value of the control, not wanted behavior at all, like the popup it should fill at the caret/cursor position. Am I forgetting something here? Share this post Link to post
Pat Foley 51 Posted November 1, 2023 If you are in Windows use the tab key to change focus blue highlight in edit and caret insertion in the Memo or use mouse click to change focus. Share this post Link to post
Lajos Juhász 293 Posted November 1, 2023 You should give more details. I've tested a new Delphi 11.2 application with an edit and a memo. Works perfectly when compiled as 32 and 64 bit Windows application. Share this post Link to post