Drag and Drop

Hi!


I am trying to a drag and drop using two TADVStringGrid.

My Grid has objects on col 0. I add object so:

myGridSource.Objects[0, Arow] := myObject;

my grid source has 2 columns. My grid target has 5 columns. I need also sent object from source to target.

How I can to do drag and drop using object too?

UsingAllowClipboardShortcuts also no CPY, CUT and PASTE objetcs :( :(