Component: TElMemo
Package: LMD ElPack 2021.4 (06-10-2021) - Standard version.
When I copy multi line text from an ElMemo, it doubles the CR LF line endings in the text copied.
When I do a cut, it also doubles the CR LF line endings, but it also exlude the last line from the copied text.
This seems to go back to ancestor method TCustomElEdit.CopyToClipboard, a call to LMDCopyTextToClipboard(GetSelectedText, True);
Best regards,
Louis
Comments