Drag&Drop from custom form to Designer
Hi,
I have function registered in fast-report witch takes x,y as cell column and row of some grid as parameters and return value form that grid GridValue(x,y).
I need to extend designer to support Drag&Drop from some custom form where the grid is displayed. When dropping selected cell (eg. x=2,y=7) from grid, designer should add TfrxMemoView object with text [GridValue(2,7)].
How I can achieve this functionality. Is there some events in designer that I should extend like OnDragOver, OnDragDrop?
Any help appreciated.
Best Regards,
Macma
I have function registered in fast-report witch takes x,y as cell column and row of some grid as parameters and return value form that grid GridValue(x,y).
I need to extend designer to support Drag&Drop from some custom form where the grid is displayed. When dropping selected cell (eg. x=2,y=7) from grid, designer should add TfrxMemoView object with text [GridValue(2,7)].
How I can achieve this functionality. Is there some events in designer that I should extend like OnDragOver, OnDragDrop?
Any help appreciated.
Best Regards,
Macma