This is a multi part question about dragging and dropping on a TwwDataGrid.
1. Is it possible to set the drag image during TwwDataGrid.OnDragBegin? (like
in a Delphi XE5 for example: TImageList.SetDragImage...)
2. Can I control where the drop is allowed during TwwDataGrid.OnDragOver?
3. Can I get values from the TwwDataGrid based on Sender, Data, and Point
during the TwwDataGrid.OnDragDrop?
a. Can I get data from the row where the drag started?
b. Can I get data from the row that called the TwwDataGrid.OnDragDrop
event?
Does Woll2Woll have any examples demonstrating the functionality described in the questions above? If not can you provide some?
Thank You,
Mark Davich