python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to interfere when user presses CTRL+X and still keep TMemo's default CTRL+X behavior?
I have a TMemo on the form and I've set an OnChange event for it. I hope the OnChange event not to be triggered when the user presses Ctrl+X in the memo. But Ctrl+X just cuts the text selection, which...

Fajela Tajkiya
Votes: 0
Answers: 1
How to copy hyperlinks using typescript to clipboard and gmail message
I'm trying to create & copy the following hyperlink-text list into the clipboard using Typescript:
Google
IBM
Amazon
I have been trying to use the clipboard API (Typescript) to copy HTML-based d...
RonL
Votes: 0
Answers: 0