I have a TDBEdit that has a DMTextSource and DMTextTarget. When I drag a portion of the text from the TDBEdit and drop it onto NotePad, if I click on the TDBEdit again, the original text is replaced with the portion that was selected for the drag operation. How can I prevent that?
I tried setting the text property to an empty string in the AfterDrop event, but that didn’t fix it. Obviously I’m missing something.