TDBEdit Copy and Paste
-
Simple Question: How do I enable copy and paste actions for TDBEdit controls. I hadn't noticed this didn't work until one of my customers pointed out you can't copy values from one of the edit controls and paste into another. I tried it myself, and copy doesn't put anything to the clipboard, and if the clipboard contains appropriate data paste does nothing.
-
Simple Question: How do I enable copy and paste actions for TDBEdit controls. I hadn't noticed this didn't work until one of my customers pointed out you can't copy values from one of the edit controls and paste into another. I tried it myself, and copy doesn't put anything to the clipboard, and if the clipboard contains appropriate data paste does nothing.
As there were no replies, I wrote a keyboard handler to manually perform the actions.