Handling Mouse / Drag&Drop Events on Firemonkeys TMemo Component offers Mousecursor Coordinates. Is there a way to calculate the CaretPosition out of the Mouse Coordinates?
I want to drag a text into a TMemo and this text should be inserted at current MouseCoordinates.
Try calling
GetPointPosition
.Unfortunately, this seems to have been removed from TMemo in XE3. As a quick and dirty workaround, you could try this: