Thanks for the quick response Paul, greatly appreciated, and I think the change to make it more Delphi compatible is the right way to go.
Regards, Dominique. Paul Ishenin wrote: > Dominique Louis wrote: >> I notice that in the OnDragOver event Source no longer contains a >> TDragObject, but instead contains the actual TObject instance being dragged. >> >> 1. When was this changed and why? >> > during 0.9.25 becuase of bug report and because it is now delphi compatible >> 2. Will this now remain the way it is for the forseeable future or is it >> likely to change back to TDragObject? >> > it will stay so if we want delphi compatibility >> The reason why I ask is that, drag and drop code that was working fine 6 >> months ago, no longer works, so I'm just trying to get an idea of how >> much this code is likely to change in the next 2 months. >> > To be sure what you get you can check: > if Source is TDragObject > then .. > else ... > > Best regards, > Paul Ishenin. _______________________________________________ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus