TTMSFNCGrid How to enable Drag&Drop to allow Drag of cell under mouse to another component

Hi, please show me how to enable drag&drop and then be able to drag the cell content under the mouse to another component.
I want to be able to click on a cell and then drag the content to another control where I want to drop it.

Right now, we don't have an immediate drag & drop sample. We'll see what the possibilities are.

Hi Peter,
Thanks for the reply. Can you perhaps just tell me which events to use?
I just need some guidance as I am stuck.
Regards,
Johan

Sample.zip (9.6 KB)

Here is a quick sample. There might be some tweaking needed. It's for FMX. For VCL it's similar, but requires some other event parameters for the drag events.

1 Like

Thanks, Pieter! This will help a lot.